Html Css Color HEX #DD309C Deep Cerise

📋 copy color: '#DD309C'

red 221 ◦ green 48 ◦ blue 156

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

Shades of Deep Cerise #DD309C

Tints of Deep Cerise #DD309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.29%

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

R = 52%
G = 11.29%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD309C (or 0xDD309C) is known color: Deep Cerise. HEX triplet: DD, 30 and 9C. RGB value is (221,48,156). Sum of RGB (Red+Green+Blue) = 221+48+156=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD309C is #22CF63. Grayscale: #6F6F6F. Windows color (decimal): -2281316 or 10236125. OLE color: 10236125.

HSL color Cylindrical-coordinate representation of color #DD309C: hue angle of 322.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD309C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 48 156 -
CMYK 0 0.78 0.29 0.13
HSL 322.54º 0.72% 0.53% -
HSV(B) 322.54º 0.78% 0.87% -
XYZ 36.88 19.89 33.35 -
YUV 112.04 152.81 205.72 -
System Red Green Blue C M Y K H S L
Decimal 221 48 156 0 0.78 0.29 0.13 322.54 0.72 0.53
Hex DD 30 9C 0 4E 1D D 143 48 35
Octal 335 60 234 0 116 35 15 503 110 65
Binary 11011101 110000 10011100 0 1001110 11101 1101 101000011 1001000 110101

Color Harmonies of #DD309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD309C

Black with #DD309C

Text Example


Text Example

White with #DD309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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