Html Css Color HEX #DD3E66 Cerise

📋 copy color: '#DD3E66'

red 221 ◦ green 62 ◦ blue 102

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

Shades of Cerise #DD3E66

Tints of Cerise #DD3E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 57.4%
G = 16.1%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD3E66 (or 0xDD3E66) is known color: Cerise. HEX triplet: DD, 3E and 66. RGB value is (221,62,102). Sum of RGB (Red+Green+Blue) = 221+62+102=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E66 is #22C199. Grayscale: #727272. Windows color (decimal): -2277786 or 6700765. OLE color: 6700765.

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

Color convert

RGB 221 62 102 -
CMYK 0 0.72 0.54 0.13
HSL 344.91º 0.7% 0.55% -
HSV(B) 344.91º 0.72% 0.87% -
XYZ 33.94 19.78 14.6 -
YUV 114.1 121.18 204.25 -
System Red Green Blue C M Y K H S L
Decimal 221 62 102 0 0.72 0.54 0.13 344.91 0.7 0.55
Hex DD 3E 66 0 48 36 D 159 46 37
Octal 335 76 146 0 110 66 15 531 106 67
Binary 11011101 111110 1100110 0 1001000 110110 1101 101011001 1000110 110111

Color Harmonies of #DD3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E66

Black with #DD3E66

Text Example


Text Example

White with #DD3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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