Html Css Color HEX #DD379C Deep Cerise

📋 copy color: '#DD379C'

red 221 ◦ green 55 ◦ blue 156

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

Shades of Deep Cerise #DD379C

Tints of Deep Cerise #DD379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 51.16%
G = 12.73%
B = 36.11%

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

#DD379C (or 0xDD379C) is known color: Deep Cerise. HEX triplet: DD, 37 and 9C. RGB value is (221,55,156). Sum of RGB (Red+Green+Blue) = 221+55+156=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD379C is #22C863. Grayscale: #737373. Windows color (decimal): -2279524 or 10237917. OLE color: 10237917.

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

Color convert

RGB 221 55 156 -
CMYK 0 0.75 0.29 0.13
HSL 323.49º 0.71% 0.54% -
HSV(B) 323.49º 0.75% 0.87% -
XYZ 37.19 20.5 33.45 -
YUV 116.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 221 55 156 0 0.75 0.29 0.13 323.49 0.71 0.54
Hex DD 37 9C 0 4B 1D D 143 47 36
Octal 335 67 234 0 113 35 15 503 107 66
Binary 11011101 110111 10011100 0 1001011 11101 1101 101000011 1000111 110110

Color Harmonies of #DD379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD379C

Black with #DD379C

Text Example


Text Example

White with #DD379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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