Html Css Color HEX #DD478A Deep Cerise

📋 copy color: '#DD478A'

red 221 ◦ green 71 ◦ blue 138

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

Shades of Deep Cerise #DD478A

Tints of Deep Cerise #DD478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 51.4%
G = 16.51%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD478A (or 0xDD478A) is known color: Deep Cerise. HEX triplet: DD, 47 and 8A. RGB value is (221,71,138). Sum of RGB (Red+Green+Blue) = 221+71+138=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD478A is #22B875. Grayscale: #7B7B7B. Windows color (decimal): -2275446 or 9062365. OLE color: 9062365.

HSL color Cylindrical-coordinate representation of color #DD478A: hue angle of 333.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD478A is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 138 -
CMYK 0 0.68 0.38 0.13
HSL 333.2º 0.69% 0.57% -
HSV(B) 333.2º 0.68% 0.87% -
XYZ 36.66 21.71 26.3 -
YUV 123.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 221 71 138 0 0.68 0.38 0.13 333.2 0.69 0.57
Hex DD 47 8A 0 44 26 D 14D 45 39
Octal 335 107 212 0 104 46 15 515 105 71
Binary 11011101 1000111 10001010 0 1000100 100110 1101 101001101 1000101 111001

Color Harmonies of #DD478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD478A

Black with #DD478A

Text Example


Text Example

White with #DD478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD478A; }

 p { color: rgb(221,71,138); }

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

background-color css

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

 a { background-color: rgb(221,71,138); }

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

border-color css

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

 span { border-color: rgb(221,71,138); }

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