Html Css Color HEX #DD308E Deep Cerise

📋 copy color: '#DD308E'

red 221 ◦ green 48 ◦ blue 142

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

Shades of Deep Cerise #DD308E

Tints of Deep Cerise #DD308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 53.77%
G = 11.68%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD308E (or 0xDD308E) is known color: Deep Cerise. HEX triplet: DD, 30 and 8E. RGB value is (221,48,142). Sum of RGB (Red+Green+Blue) = 221+48+142=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD308E is #22CF71. Grayscale: #6E6E6E. Windows color (decimal): -2281330 or 9318621. OLE color: 9318621.

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

Color convert

RGB 221 48 142 -
CMYK 0 0.78 0.36 0.13
HSL 327.4º 0.72% 0.53% -
HSV(B) 327.4º 0.78% 0.87% -
XYZ 35.76 19.44 27.46 -
YUV 110.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 221 48 142 0 0.78 0.36 0.13 327.4 0.72 0.53
Hex DD 30 8E 0 4E 24 D 147 48 35
Octal 335 60 216 0 116 44 15 507 110 65
Binary 11011101 110000 10001110 0 1001110 100100 1101 101000111 1001000 110101

Color Harmonies of #DD308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD308E

Black with #DD308E

Text Example


Text Example

White with #DD308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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