Html Css Color HEX #DD42A7 Deep Cerise

📋 copy color: '#DD42A7'

red 221 ◦ green 66 ◦ blue 167

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

Shades of Deep Cerise #DD42A7

Tints of Deep Cerise #DD42A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.78%

R = 48.68%
G = 14.54%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD42A7 (or 0xDD42A7) is known color: Deep Cerise. HEX triplet: DD, 42 and A7. RGB value is (221,66,167). Sum of RGB (Red+Green+Blue) = 221+66+167=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42A7 is #22BD58. Grayscale: #7B7B7B. Windows color (decimal): -2276697 or 10961629. OLE color: 10961629.

HSL color Cylindrical-coordinate representation of color #DD42A7: hue angle of 320.9º 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 #DD42A7 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 167 -
CMYK 0 0.70 0.24 0.13
HSL 320.9º 0.7% 0.56% -
HSV(B) 320.9º 0.7% 0.87% -
XYZ 38.74 22.06 38.78 -
YUV 123.86 152.35 197.29 -
System Red Green Blue C M Y K H S L
Decimal 221 66 167 0 0.70 0.24 0.13 320.9 0.7 0.56
Hex DD 42 A7 0 46 18 D 141 46 38
Octal 335 102 247 0 106 30 15 501 106 70
Binary 11011101 1000010 10100111 0 1000110 11000 1101 101000001 1000110 111000

Color Harmonies of #DD42A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42A7

Black with #DD42A7

Text Example


Text Example

White with #DD42A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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