Html Css Color HEX #DD3F66 Cerise

📋 copy color: '#DD3F66'

red 221 ◦ green 63 ◦ blue 102

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

Shades of Cerise #DD3F66

Tints of Cerise #DD3F66

RGB

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

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

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

R = 57.25%
G = 16.32%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD3F66 (or 0xDD3F66) is known color: Cerise. HEX triplet: DD, 3F and 66. RGB value is (221,63,102). Sum of RGB (Red+Green+Blue) = 221+63+102=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F66 is #22C099. Grayscale: #727272. Windows color (decimal): -2277530 or 6701021. OLE color: 6701021.

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

Color convert

RGB 221 63 102 -
CMYK 0 0.71 0.54 0.13
HSL 345.19º 0.7% 0.56% -
HSV(B) 345.19º 0.71% 0.87% -
XYZ 33.99 19.89 14.62 -
YUV 114.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 221 63 102 0 0.71 0.54 0.13 345.19 0.7 0.56
Hex DD 3F 66 0 47 36 D 159 46 38
Octal 335 77 146 0 107 66 15 531 106 70
Binary 11011101 111111 1100110 0 1000111 110110 1101 101011001 1000110 111000

Color Harmonies of #DD3F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F66

Black with #DD3F66

Text Example


Text Example

White with #DD3F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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