Html Css Color HEX #DD478B Deep Cerise

📋 copy color: '#DD478B'

red 221 ◦ green 71 ◦ blue 139

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

Shades of Deep Cerise #DD478B

Tints of Deep Cerise #DD478B

RGB

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

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

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

R = 51.28%
G = 16.47%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD478B (or 0xDD478B) is known color: Deep Cerise. HEX triplet: DD, 47 and 8B. RGB value is (221,71,139). Sum of RGB (Red+Green+Blue) = 221+71+139=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD478B is #22B874. Grayscale: #7B7B7B. Windows color (decimal): -2275445 or 9127901. OLE color: 9127901.

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

Color convert

RGB 221 71 139 -
CMYK 0 0.68 0.37 0.13
HSL 332.8º 0.69% 0.57% -
HSV(B) 332.8º 0.68% 0.87% -
XYZ 36.73 21.74 26.69 -
YUV 123.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 221 71 139 0 0.68 0.37 0.13 332.8 0.69 0.57
Hex DD 47 8B 0 44 25 D 14D 45 39
Octal 335 107 213 0 104 45 15 515 105 71
Binary 11011101 1000111 10001011 0 1000100 100101 1101 101001101 1000101 111001

Color Harmonies of #DD478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD478B

Black with #DD478B

Text Example


Text Example

White with #DD478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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