Html Css Color HEX #DD3259 Cerise

📋 copy color: '#DD3259'

red 221 ◦ green 50 ◦ blue 89

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

Shades of Cerise #DD3259

Tints of Cerise #DD3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

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

R = 61.39%
G = 13.89%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD3259 (or 0xDD3259) is known color: Cerise. HEX triplet: DD, 32 and 59. RGB value is (221,50,89). Sum of RGB (Red+Green+Blue) = 221+50+89=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3259 is #22CDA6. Grayscale: #696969. Windows color (decimal): -2280871 or 5845725. OLE color: 5845725.

HSL color Cylindrical-coordinate representation of color #DD3259: hue angle of 346.32º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3259 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 89 -
CMYK 0 0.77 0.60 0.13
HSL 346.32º 0.72% 0.53% -
HSV(B) 346.32º 0.77% 0.87% -
XYZ 32.76 18.37 11.27 -
YUV 105.58 118.65 210.33 -
System Red Green Blue C M Y K H S L
Decimal 221 50 89 0 0.77 0.60 0.13 346.32 0.72 0.53
Hex DD 32 59 0 4D 3C D 15A 48 35
Octal 335 62 131 0 115 74 15 532 110 65
Binary 11011101 110010 1011001 0 1001101 111100 1101 101011010 1001000 110101

Color Harmonies of #DD3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3259

Black with #DD3259

Text Example


Text Example

White with #DD3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3259; }

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

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

background-color css

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

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

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

border-color css

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

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

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