Html Css Color HEX #DD3F64 Cerise

📋 copy color: '#DD3F64'

red 221 ◦ green 63 ◦ blue 100

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

Shades of Cerise #DD3F64

Tints of Cerise #DD3F64

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

 BLUE value IS 100 (39.45% from 255) = 26.04%

R = 57.55%
G = 16.41%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD3F64 (or 0xDD3F64) is known color: Cerise. HEX triplet: DD, 3F and 64. RGB value is (221,63,100). Sum of RGB (Red+Green+Blue) = 221+63+100=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F64 is #22C09B. Grayscale: #727272. Windows color (decimal): -2277532 or 6569949. OLE color: 6569949.

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

Color convert

RGB 221 63 100 -
CMYK 0 0.71 0.55 0.13
HSL 345.95º 0.7% 0.56% -
HSV(B) 345.95º 0.71% 0.87% -
XYZ 33.9 19.85 14.1 -
YUV 114.46 119.85 203.99 -
System Red Green Blue C M Y K H S L
Decimal 221 63 100 0 0.71 0.55 0.13 345.95 0.7 0.56
Hex DD 3F 64 0 47 37 D 15A 46 38
Octal 335 77 144 0 107 67 15 532 106 70
Binary 11011101 111111 1100100 0 1000111 110111 1101 101011010 1000110 111000

Color Harmonies of #DD3F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F64

Black with #DD3F64

Text Example


Text Example

White with #DD3F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F64; }

 p { color: rgb(221,63,100); }

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

background-color css

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

 a { background-color: rgb(221,63,100); }

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

border-color css

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

 span { border-color: rgb(221,63,100); }

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