Html Css Color HEX #DD3059 Cerise

📋 copy color: '#DD3059'

red 221 ◦ green 48 ◦ blue 89

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

Shades of Cerise #DD3059

Tints of Cerise #DD3059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 61.73%
G = 13.41%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3059 (or 0xDD3059) is known color: Cerise. HEX triplet: DD, 30 and 59. RGB value is (221,48,89). Sum of RGB (Red+Green+Blue) = 221+48+89=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3059 is #22CFA6. Grayscale: #686868. Windows color (decimal): -2281383 or 5845213. OLE color: 5845213.

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

Color convert

RGB 221 48 89 -
CMYK 0 0.78 0.60 0.13
HSL 345.78º 0.72% 0.53% -
HSV(B) 345.78º 0.78% 0.87% -
XYZ 32.68 18.21 11.24 -
YUV 104.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 221 48 89 0 0.78 0.60 0.13 345.78 0.72 0.53
Hex DD 30 59 0 4E 3C D 15A 48 35
Octal 335 60 131 0 116 74 15 532 110 65
Binary 11011101 110000 1011001 0 1001110 111100 1101 101011010 1001000 110101

Color Harmonies of #DD3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3059

Black with #DD3059

Text Example


Text Example

White with #DD3059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3059; }

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

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

background-color css

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

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

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

border-color css

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

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

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