Html Css Color HEX #DC4269 Cerise

📋 copy color: '#DC4269'

red 220 ◦ green 66 ◦ blue 105

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

Shades of Cerise #DC4269

Tints of Cerise #DC4269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 56.27%
G = 16.88%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC4269 (or 0xDC4269) is known color: Cerise. HEX triplet: DC, 42 and 69. RGB value is (220,66,105). Sum of RGB (Red+Green+Blue) = 220+66+105=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4269 is #23BD96. Grayscale: #747474. Windows color (decimal): -2342295 or 6898396. OLE color: 6898396.

HSL color Cylindrical-coordinate representation of color #DC4269: hue angle of 344.81º 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 #DC4269 is Cyan = 0, Magento = 0.7, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 105 -
CMYK 0 0.7 0.52 0.14
HSL 344.81º 0.69% 0.56% -
HSV(B) 344.81º 0.7% 0.86% -
XYZ 34.01 20.13 15.46 -
YUV 116.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 220 66 105 0 0.7 0.52 0.14 344.81 0.69 0.56
Hex DC 42 69 0 46 34 E 159 45 38
Octal 334 102 151 0 106 64 16 531 105 70
Binary 11011100 1000010 1101001 0 1000110 110100 1110 101011001 1000101 111000

Color Harmonies of #DC4269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4269

Black with #DC4269

Text Example


Text Example

White with #DC4269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4269; }

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

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

background-color css

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

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

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

border-color css

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

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

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