Html Css Color HEX #DD428B Deep Cerise

📋 copy color: '#DD428B'

red 221 ◦ green 66 ◦ blue 139

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

Shades of Deep Cerise #DD428B

Tints of Deep Cerise #DD428B

RGB

 RED value IS 221 (86.72% from 255) = 51.88%

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

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

R = 51.88%
G = 15.49%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD428B (or 0xDD428B) is known color: Deep Cerise. HEX triplet: DD, 42 and 8B. RGB value is (221,66,139). Sum of RGB (Red+Green+Blue) = 221+66+139=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD428B is #22BD74. Grayscale: #787878. Windows color (decimal): -2276725 or 9126621. OLE color: 9126621.

HSL color Cylindrical-coordinate representation of color #DD428B: hue angle of 331.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD428B is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 139 -
CMYK 0 0.70 0.37 0.13
HSL 331.74º 0.7% 0.56% -
HSV(B) 331.74º 0.7% 0.87% -
XYZ 36.43 21.13 26.59 -
YUV 120.67 138.35 199.56 -
System Red Green Blue C M Y K H S L
Decimal 221 66 139 0 0.70 0.37 0.13 331.74 0.7 0.56
Hex DD 42 8B 0 46 25 D 14C 46 38
Octal 335 102 213 0 106 45 15 514 106 70
Binary 11011101 1000010 10001011 0 1000110 100101 1101 101001100 1000110 111000

Color Harmonies of #DD428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD428B

Black with #DD428B

Text Example


Text Example

White with #DD428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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