Html Css Color HEX #DD3E65 Cerise

📋 copy color: '#DD3E65'

red 221 ◦ green 62 ◦ blue 101

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

Shades of Cerise #DD3E65

Tints of Cerise #DD3E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.3%

R = 57.55%
G = 16.15%
B = 26.3%

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

#DD3E65 (or 0xDD3E65) is known color: Cerise. HEX triplet: DD, 3E and 65. RGB value is (221,62,101). Sum of RGB (Red+Green+Blue) = 221+62+101=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E65 is #22C19A. Grayscale: #717171. Windows color (decimal): -2277787 or 6635229. OLE color: 6635229.

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

Color convert

RGB 221 62 101 -
CMYK 0 0.72 0.54 0.13
HSL 345.28º 0.7% 0.55% -
HSV(B) 345.28º 0.72% 0.87% -
XYZ 33.89 19.76 14.34 -
YUV 113.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 221 62 101 0 0.72 0.54 0.13 345.28 0.7 0.55
Hex DD 3E 65 0 48 36 D 159 46 37
Octal 335 76 145 0 110 66 15 531 106 67
Binary 11011101 111110 1100101 0 1001000 110110 1101 101011001 1000110 110111

Color Harmonies of #DD3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E65

Black with #DD3E65

Text Example


Text Example

White with #DD3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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