Html Css Color HEX #DD307E Deep Cerise

📋 copy color: '#DD307E'

red 221 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #DD307E

Tints of Deep Cerise #DD307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 55.95%
G = 12.15%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD307E (or 0xDD307E) is known color: Deep Cerise. HEX triplet: DD, 30 and 7E. RGB value is (221,48,126). Sum of RGB (Red+Green+Blue) = 221+48+126=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD307E is #22CF81. Grayscale: #6C6C6C. Windows color (decimal): -2281346 or 8270045. OLE color: 8270045.

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

Color convert

RGB 221 48 126 -
CMYK 0 0.78 0.43 0.13
HSL 332.95º 0.72% 0.53% -
HSV(B) 332.95º 0.78% 0.87% -
XYZ 34.64 18.99 21.58 -
YUV 108.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 221 48 126 0 0.78 0.43 0.13 332.95 0.72 0.53
Hex DD 30 7E 0 4E 2B D 14D 48 35
Octal 335 60 176 0 116 53 15 515 110 65
Binary 11011101 110000 1111110 0 1001110 101011 1101 101001101 1001000 110101

Color Harmonies of #DD307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD307E

Black with #DD307E

Text Example


Text Example

White with #DD307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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