Html Css Color HEX #DD379F Deep Cerise

📋 copy color: '#DD379F'

red 221 ◦ green 55 ◦ blue 159

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

Shades of Deep Cerise #DD379F

Tints of Deep Cerise #DD379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.64%

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 50.8%
G = 12.64%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD379F (or 0xDD379F) is known color: Deep Cerise. HEX triplet: DD, 37 and 9F. RGB value is (221,55,159). Sum of RGB (Red+Green+Blue) = 221+55+159=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD379F is #22C860. Grayscale: #747474. Windows color (decimal): -2279521 or 10434525. OLE color: 10434525.

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

Color convert

RGB 221 55 159 -
CMYK 0 0.75 0.28 0.13
HSL 322.41º 0.71% 0.54% -
HSV(B) 322.41º 0.75% 0.87% -
XYZ 37.44 20.61 34.81 -
YUV 116.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 221 55 159 0 0.75 0.28 0.13 322.41 0.71 0.54
Hex DD 37 9F 0 4B 1C D 142 47 36
Octal 335 67 237 0 113 34 15 502 107 66
Binary 11011101 110111 10011111 0 1001011 11100 1101 101000010 1000111 110110

Color Harmonies of #DD379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD379F

Black with #DD379F

Text Example


Text Example

White with #DD379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD379F; }

 p { color: rgb(221,55,159); }

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

background-color css

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

 a { background-color: rgb(221,55,159); }

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

border-color css

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

 span { border-color: rgb(221,55,159); }

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