Html Css Color HEX #DC428D Deep Cerise

📋 copy color: '#DC428D'

red 220 ◦ green 66 ◦ blue 141

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

Shades of Deep Cerise #DC428D

Tints of Deep Cerise #DC428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 51.52%
G = 15.46%
B = 33.02%

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

#DC428D (or 0xDC428D) is known color: Deep Cerise. HEX triplet: DC, 42 and 8D. RGB value is (220,66,141). Sum of RGB (Red+Green+Blue) = 220+66+141=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC428D is #23BD72. Grayscale: #787878. Windows color (decimal): -2342259 or 9257692. OLE color: 9257692.

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

Color convert

RGB 220 66 141 -
CMYK 0 0.7 0.36 0.14
HSL 330.78º 0.69% 0.56% -
HSV(B) 330.78º 0.7% 0.86% -
XYZ 36.27 21.04 27.35 -
YUV 120.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 220 66 141 0 0.7 0.36 0.14 330.78 0.69 0.56
Hex DC 42 8D 0 46 24 E 14B 45 38
Octal 334 102 215 0 106 44 16 513 105 70
Binary 11011100 1000010 10001101 0 1000110 100100 1110 101001011 1000101 111000

Color Harmonies of #DC428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC428D

Black with #DC428D

Text Example


Text Example

White with #DC428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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