Html Css Color HEX #DD307C Deep Cerise

📋 copy color: '#DD307C'

red 221 ◦ green 48 ◦ blue 124

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

Shades of Deep Cerise #DD307C

Tints of Deep Cerise #DD307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 56.23%
G = 12.21%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD307C (or 0xDD307C) is known color: Deep Cerise. HEX triplet: DD, 30 and 7C. RGB value is (221,48,124). Sum of RGB (Red+Green+Blue) = 221+48+124=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD307C is #22CF83. Grayscale: #6C6C6C. Windows color (decimal): -2281348 or 8138973. OLE color: 8138973.

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

Color convert

RGB 221 48 124 -
CMYK 0 0.78 0.44 0.13
HSL 333.64º 0.72% 0.53% -
HSV(B) 333.64º 0.78% 0.87% -
XYZ 34.51 18.94 20.91 -
YUV 108.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 221 48 124 0 0.78 0.44 0.13 333.64 0.72 0.53
Hex DD 30 7C 0 4E 2C D 14E 48 35
Octal 335 60 174 0 116 54 15 516 110 65
Binary 11011101 110000 1111100 0 1001110 101100 1101 101001110 1001000 110101

Color Harmonies of #DD307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD307C

Black with #DD307C

Text Example


Text Example

White with #DD307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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