Html Css Color HEX #DC428B Deep Cerise

📋 copy color: '#DC428B'

red 220 ◦ green 66 ◦ blue 139

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

Shades of Deep Cerise #DC428B

Tints of Deep Cerise #DC428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 51.76%
G = 15.53%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC428B (or 0xDC428B) is known color: Deep Cerise. HEX triplet: DC, 42 and 8B. RGB value is (220,66,139). Sum of RGB (Red+Green+Blue) = 220+66+139=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC428B is #23BD74. Grayscale: #787878. Windows color (decimal): -2342261 or 9126620. OLE color: 9126620.

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

Color convert

RGB 220 66 139 -
CMYK 0 0.7 0.37 0.14
HSL 331.56º 0.69% 0.56% -
HSV(B) 331.56º 0.7% 0.86% -
XYZ 36.12 20.98 26.57 -
YUV 120.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 220 66 139 0 0.7 0.37 0.14 331.56 0.69 0.56
Hex DC 42 8B 0 46 25 E 14C 45 38
Octal 334 102 213 0 106 45 16 514 105 70
Binary 11011100 1000010 10001011 0 1000110 100101 1110 101001100 1000101 111000

Color Harmonies of #DC428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC428B

Black with #DC428B

Text Example


Text Example

White with #DC428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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