Html Css Color HEX #DC428C Deep Cerise

📋 copy color: '#DC428C'

red 220 ◦ green 66 ◦ blue 140

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

Shades of Deep Cerise #DC428C

Tints of Deep Cerise #DC428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.86%

R = 51.64%
G = 15.49%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC428C (or 0xDC428C) is known color: Deep Cerise. HEX triplet: DC, 42 and 8C. RGB value is (220,66,140). Sum of RGB (Red+Green+Blue) = 220+66+140=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC428C is #23BD73. Grayscale: #787878. Windows color (decimal): -2342260 or 9192156. OLE color: 9192156.

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

Color convert

RGB 220 66 140 -
CMYK 0 0.7 0.36 0.14
HSL 331.17º 0.69% 0.56% -
HSV(B) 331.17º 0.7% 0.86% -
XYZ 36.2 21.01 26.96 -
YUV 120.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 220 66 140 0 0.7 0.36 0.14 331.17 0.69 0.56
Hex DC 42 8C 0 46 24 E 14B 45 38
Octal 334 102 214 0 106 44 16 513 105 70
Binary 11011100 1000010 10001100 0 1000110 100100 1110 101001011 1000101 111000

Color Harmonies of #DC428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC428C

Black with #DC428C

Text Example


Text Example

White with #DC428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC428C; }

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

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

background-color css

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

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

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

border-color css

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

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

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