Html Css Color HEX #DD3072 Cerise

📋 copy color: '#DD3072'

red 221 ◦ green 48 ◦ blue 114

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

Shades of Cerise #DD3072

Tints of Cerise #DD3072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.77%

R = 57.7%
G = 12.53%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3072 (or 0xDD3072) is known color: Cerise. HEX triplet: DD, 30 and 72. RGB value is (221,48,114). Sum of RGB (Red+Green+Blue) = 221+48+114=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3072 is #22CF8D. Grayscale: #6B6B6B. Windows color (decimal): -2281358 or 7483613. OLE color: 7483613.

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

Color convert

RGB 221 48 114 -
CMYK 0 0.78 0.48 0.13
HSL 337.11º 0.72% 0.53% -
HSV(B) 337.11º 0.78% 0.87% -
XYZ 33.91 18.7 17.74 -
YUV 107.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 221 48 114 0 0.78 0.48 0.13 337.11 0.72 0.53
Hex DD 30 72 0 4E 30 D 151 48 35
Octal 335 60 162 0 116 60 15 521 110 65
Binary 11011101 110000 1110010 0 1001110 110000 1101 101010001 1001000 110101

Color Harmonies of #DD3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3072

Black with #DD3072

Text Example


Text Example

White with #DD3072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3072; }

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

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

background-color css

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

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

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

border-color css

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

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

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