Html Css Color HEX #DD379D Deep Cerise

📋 copy color: '#DD379D'

red 221 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #DD379D

Tints of Deep Cerise #DD379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 51.04%
G = 12.7%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD379D (or 0xDD379D) is known color: Deep Cerise. HEX triplet: DD, 37 and 9D. RGB value is (221,55,157). Sum of RGB (Red+Green+Blue) = 221+55+157=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD379D is #22C862. Grayscale: #747474. Windows color (decimal): -2279523 or 10303453. OLE color: 10303453.

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

Color convert

RGB 221 55 157 -
CMYK 0 0.75 0.29 0.13
HSL 323.13º 0.71% 0.54% -
HSV(B) 323.13º 0.75% 0.87% -
XYZ 37.27 20.54 33.9 -
YUV 116.26 151 202.71 -
System Red Green Blue C M Y K H S L
Decimal 221 55 157 0 0.75 0.29 0.13 323.13 0.71 0.54
Hex DD 37 9D 0 4B 1D D 143 47 36
Octal 335 67 235 0 113 35 15 503 107 66
Binary 11011101 110111 10011101 0 1001011 11101 1101 101000011 1000111 110110

Color Harmonies of #DD379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD379D

Black with #DD379D

Text Example


Text Example

White with #DD379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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