Html Css Color HEX #DD307A Deep Cerise

📋 copy color: '#DD307A'

red 221 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #DD307A

Tints of Deep Cerise #DD307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 56.52%
G = 12.28%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD307A (or 0xDD307A) is known color: Deep Cerise. HEX triplet: DD, 30 and 7A. RGB value is (221,48,122). Sum of RGB (Red+Green+Blue) = 221+48+122=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD307A is #22CF85. Grayscale: #6C6C6C. Windows color (decimal): -2281350 or 8007901. OLE color: 8007901.

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

Color convert

RGB 221 48 122 -
CMYK 0 0.78 0.45 0.13
HSL 334.34º 0.72% 0.53% -
HSV(B) 334.34º 0.78% 0.87% -
XYZ 34.39 18.89 20.25 -
YUV 108.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 221 48 122 0 0.78 0.45 0.13 334.34 0.72 0.53
Hex DD 30 7A 0 4E 2D D 14E 48 35
Octal 335 60 172 0 116 55 15 516 110 65
Binary 11011101 110000 1111010 0 1001110 101101 1101 101001110 1001000 110101

Color Harmonies of #DD307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD307A

Black with #DD307A

Text Example


Text Example

White with #DD307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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