#D63470

Color #D63470 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D63470

Tints of Cerise #D63470

Color information

#D63470 (or 0xD63470) is unknown color: approx Cerise. HEX triplet: D6, 34 and 70. RGB value is (214,52,112). Sum of RGB (Red+Green+Blue) = 214+52+112=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D63470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63470 is #29CB8F. Grayscale: #6B6B6B. Windows color (decimal): -2739088 or 7353558. OLE color: 7353558.

HSL color Cylindrical-coordinate representation of color #D63470: hue angle of 337.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63470 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB21452112-
CMYK00.760.480.16
HSL337.78º66.39%52.16%-
HSV(B)337.78º75.7%83.92%-
XYZ31.8817.9217.11-
YUV107.28130.67204.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 56.61%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=56.61%
G=13.76%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145211200.760.480.16337.7866.3952.16
HexD6347004C30101524234
Octal326641600114602052210264
Binary11010110110100111000001001100110000100001010100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63470; }

 p { color: rgb(214,52,112); }

 H1.HeaderClassName
 {
   color: #D63470;
 }
 .AnyTagClassName
 {
   color: #D63470;
 }
</style>
background-color css

<style>
 a { background-color: #D63470; }

 a { background-color: rgb(214,52,112); }

 div.DivClassName
 {
   background-color: #D63470;
 }
 .BgClassName
 {
   background-color: #D63470;
 }
</style>
border-color css

<style>
 span { border-color: #D63470; }

 span { border-color: rgb(214,52,112); }

 td.TdClassName
 {
   border-color: #D63470;
 }
 .TagClassName
 {
   border-color: #D63470;
 }
</style>