Html Css Color HEX #DD308D Deep Cerise

📋 copy color: '#DD308D'

red 221 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #DD308D

Tints of Deep Cerise #DD308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 53.9%
G = 11.71%
B = 34.39%

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

#DD308D (or 0xDD308D) is known color: Deep Cerise. HEX triplet: DD, 30 and 8D. RGB value is (221,48,141). Sum of RGB (Red+Green+Blue) = 221+48+141=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD308D is #22CF72. Grayscale: #6E6E6E. Windows color (decimal): -2281331 or 9253085. OLE color: 9253085.

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

Color convert

RGB 221 48 141 -
CMYK 0 0.78 0.36 0.13
HSL 327.75º 0.72% 0.53% -
HSV(B) 327.75º 0.78% 0.87% -
XYZ 35.68 19.41 27.06 -
YUV 110.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 221 48 141 0 0.78 0.36 0.13 327.75 0.72 0.53
Hex DD 30 8D 0 4E 24 D 148 48 35
Octal 335 60 215 0 116 44 15 510 110 65
Binary 11011101 110000 10001101 0 1001110 100100 1101 101001000 1001000 110101

Color Harmonies of #DD308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD308D

Black with #DD308D

Text Example


Text Example

White with #DD308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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