Html Css Color HEX #DD478D Deep Cerise

📋 copy color: '#DD478D'

red 221 ◦ green 71 ◦ blue 141

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

Shades of Deep Cerise #DD478D

Tints of Deep Cerise #DD478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 51.04%
G = 16.4%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD478D (or 0xDD478D) is known color: Deep Cerise. HEX triplet: DD, 47 and 8D. RGB value is (221,71,141). Sum of RGB (Red+Green+Blue) = 221+71+141=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD478D is #22B872. Grayscale: #7B7B7B. Windows color (decimal): -2275443 or 9258973. OLE color: 9258973.

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

Color convert

RGB 221 71 141 -
CMYK 0 0.68 0.36 0.13
HSL 332º 0.69% 0.57% -
HSV(B) 332º 0.68% 0.87% -
XYZ 36.88 21.8 27.46 -
YUV 123.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 221 71 141 0 0.68 0.36 0.13 332 0.69 0.57
Hex DD 47 8D 0 44 24 D 14C 45 39
Octal 335 107 215 0 104 44 15 514 105 71
Binary 11011101 1000111 10001101 0 1000100 100100 1101 101001100 1000101 111001

Color Harmonies of #DD478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD478D

Black with #DD478D

Text Example


Text Example

White with #DD478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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