Html Css Color HEX #DD3478 Deep Cerise

📋 copy color: '#DD3478'

red 221 ◦ green 52 ◦ blue 120

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

Shades of Deep Cerise #DD3478

Tints of Deep Cerise #DD3478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 56.23%
G = 13.23%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD3478 (or 0xDD3478) is known color: Deep Cerise. HEX triplet: DD, 34 and 78. RGB value is (221,52,120). Sum of RGB (Red+Green+Blue) = 221+52+120=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3478 is #22CB87. Grayscale: #6E6E6E. Windows color (decimal): -2280328 or 7877853. OLE color: 7877853.

HSL color Cylindrical-coordinate representation of color #DD3478: hue angle of 335.86º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3478 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 120 -
CMYK 0 0.76 0.46 0.13
HSL 335.86º 0.71% 0.54% -
HSV(B) 335.86º 0.76% 0.87% -
XYZ 34.44 19.18 19.66 -
YUV 110.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 221 52 120 0 0.76 0.46 0.13 335.86 0.71 0.54
Hex DD 34 78 0 4C 2E D 150 47 36
Octal 335 64 170 0 114 56 15 520 107 66
Binary 11011101 110100 1111000 0 1001100 101110 1101 101010000 1000111 110110

Color Harmonies of #DD3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3478

Black with #DD3478

Text Example


Text Example

White with #DD3478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3478; }

 p { color: rgb(221,52,120); }

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

background-color css

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

 a { background-color: rgb(221,52,120); }

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

border-color css

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

 span { border-color: rgb(221,52,120); }

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