Html Css Color HEX #DD3E63 Cerise

📋 copy color: '#DD3E63'

red 221 ◦ green 62 ◦ blue 99

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

Shades of Cerise #DD3E63

Tints of Cerise #DD3E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 99 (39.06% from 255) = 25.92%

R = 57.85%
G = 16.23%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD3E63 (or 0xDD3E63) is known color: Cerise. HEX triplet: DD, 3E and 63. RGB value is (221,62,99). Sum of RGB (Red+Green+Blue) = 221+62+99=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E63 is #22C19C. Grayscale: #717171. Windows color (decimal): -2277789 or 6504157. OLE color: 6504157.

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

Color convert

RGB 221 62 99 -
CMYK 0 0.72 0.55 0.13
HSL 346.04º 0.7% 0.55% -
HSV(B) 346.04º 0.72% 0.87% -
XYZ 33.79 19.72 13.83 -
YUV 113.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 221 62 99 0 0.72 0.55 0.13 346.04 0.7 0.55
Hex DD 3E 63 0 48 37 D 15A 46 37
Octal 335 76 143 0 110 67 15 532 106 67
Binary 11011101 111110 1100011 0 1001000 110111 1101 101011010 1000110 110111

Color Harmonies of #DD3E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E63

Black with #DD3E63

Text Example


Text Example

White with #DD3E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E63; }

 p { color: rgb(221,62,99); }

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

background-color css

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

 a { background-color: rgb(221,62,99); }

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

border-color css

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

 span { border-color: rgb(221,62,99); }

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