Html Css Color HEX #DC429B Deep Cerise

📋 copy color: '#DC429B'

red 220 ◦ green 66 ◦ blue 155

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

Shades of Deep Cerise #DC429B

Tints of Deep Cerise #DC429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 49.89%
G = 14.97%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC429B (or 0xDC429B) is known color: Deep Cerise. HEX triplet: DC, 42 and 9B. RGB value is (220,66,155). Sum of RGB (Red+Green+Blue) = 220+66+155=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC429B is #23BD64. Grayscale: #797979. Windows color (decimal): -2342245 or 10175196. OLE color: 10175196.

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

Color convert

RGB 220 66 155 -
CMYK 0 0.7 0.30 0.14
HSL 325.32º 0.69% 0.56% -
HSV(B) 325.32º 0.7% 0.86% -
XYZ 37.38 21.48 33.19 -
YUV 122.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 220 66 155 0 0.7 0.30 0.14 325.32 0.69 0.56
Hex DC 42 9B 0 46 1E E 145 45 38
Octal 334 102 233 0 106 36 16 505 105 70
Binary 11011100 1000010 10011011 0 1000110 11110 1110 101000101 1000101 111000

Color Harmonies of #DC429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC429B

Black with #DC429B

Text Example


Text Example

White with #DC429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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