Html Css Color HEX #DC217B Deep Cerise

📋 copy color: '#DC217B'

red 220 ◦ green 33 ◦ blue 123

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

Shades of Deep Cerise #DC217B

Tints of Deep Cerise #DC217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 58.51%
G = 8.78%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC217B (or 0xDC217B) is known color: Deep Cerise. HEX triplet: DC, 21 and 7B. RGB value is (220,33,123). Sum of RGB (Red+Green+Blue) = 220+33+123=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC217B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC217B is #23DE84. Grayscale: #636363. Windows color (decimal): -2350725 or 8069596. OLE color: 8069596.

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

Color convert

RGB 220 33 123 -
CMYK 0 0.85 0.44 0.14
HSL 331.12º 0.74% 0.5% -
HSV(B) 331.12º 0.85% 0.86% -
XYZ 33.63 17.73 20.39 -
YUV 99.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 220 33 123 0 0.85 0.44 0.14 331.12 0.74 0.5
Hex DC 21 7B 0 55 2C E 14B 4A 32
Octal 334 41 173 0 125 54 16 513 112 62
Binary 11011100 100001 1111011 0 1010101 101100 1110 101001011 1001010 110010

Color Harmonies of #DC217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC217B

Black with #DC217B

Text Example


Text Example

White with #DC217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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