Html Css Color HEX #DC2169 Cerise

📋 copy color: '#DC2169'

red 220 ◦ green 33 ◦ blue 105

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

Shades of Cerise #DC2169

Tints of Cerise #DC2169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 61.45%
G = 9.22%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC2169 (or 0xDC2169) is known color: Cerise. HEX triplet: DC, 21 and 69. RGB value is (220,33,105). Sum of RGB (Red+Green+Blue) = 220+33+105=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2169 is #23DE96. Grayscale: #616161. Windows color (decimal): -2350743 or 6889948. OLE color: 6889948.

HSL color Cylindrical-coordinate representation of color #DC2169: hue angle of 336.9º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2169 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 105 -
CMYK 0 0.85 0.52 0.14
HSL 336.9º 0.74% 0.5% -
HSV(B) 336.9º 0.85% 0.86% -
XYZ 32.61 17.32 14.99 -
YUV 97.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 220 33 105 0 0.85 0.52 0.14 336.9 0.74 0.5
Hex DC 21 69 0 55 34 E 151 4A 32
Octal 334 41 151 0 125 64 16 521 112 62
Binary 11011100 100001 1101001 0 1010101 110100 1110 101010001 1001010 110010

Color Harmonies of #DC2169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2169

Black with #DC2169

Text Example


Text Example

White with #DC2169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2169; }

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

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

background-color css

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

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

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

border-color css

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

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

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