Html Css Color HEX #DC4266 Cerise

📋 copy color: '#DC4266'

red 220 ◦ green 66 ◦ blue 102

#DC4266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DC4266

Tints of Cerise #DC4266

RGB

 RED value IS 220 (86.33% from 255) = 56.7%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 56.7%
G = 17.01%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC4266 (or 0xDC4266) is known color: Cerise. HEX triplet: DC, 42 and 66. RGB value is (220,66,102). Sum of RGB (Red+Green+Blue) = 220+66+102=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4266 is #23BD99. Grayscale: #747474. Windows color (decimal): -2342298 or 6701788. OLE color: 6701788.

HSL color Cylindrical-coordinate representation of color #DC4266: hue angle of 345.97º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4266 is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 102 -
CMYK 0 0.7 0.54 0.14
HSL 345.97º 0.69% 0.56% -
HSV(B) 345.97º 0.7% 0.86% -
XYZ 33.86 20.07 14.66 -
YUV 116.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 220 66 102 0 0.7 0.54 0.14 345.97 0.69 0.56
Hex DC 42 66 0 46 36 E 15A 45 38
Octal 334 102 146 0 106 66 16 532 105 70
Binary 11011100 1000010 1100110 0 1000110 110110 1110 101011010 1000101 111000

Color Harmonies of #DC4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4266

Black with #DC4266

Text Example


Text Example

White with #DC4266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4266; }

 p { color: rgb(220,66,102); }

 H1.HeaderClassName
 {
   color: #DC4266;
 }
 .AnyTagClassName
 {
   color: #DC4266;
 }
</style>

background-color css

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

 a { background-color: rgb(220,66,102); }

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

border-color css

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

 span { border-color: rgb(220,66,102); }

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