Html Css Color HEX #DD4066 Cerise

📋 copy color: '#DD4066'

red 221 ◦ green 64 ◦ blue 102

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

Shades of Cerise #DD4066

Tints of Cerise #DD4066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.54%

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

R = 57.11%
G = 16.54%
B = 26.36%

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

#DD4066 (or 0xDD4066) is known color: Cerise. HEX triplet: DD, 40 and 66. RGB value is (221,64,102). Sum of RGB (Red+Green+Blue) = 221+64+102=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4066 is #22BF99. Grayscale: #737373. Windows color (decimal): -2277274 or 6701277. OLE color: 6701277.

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

Color convert

RGB 221 64 102 -
CMYK 0 0.71 0.54 0.13
HSL 345.48º 0.7% 0.56% -
HSV(B) 345.48º 0.71% 0.87% -
XYZ 34.05 20 14.64 -
YUV 115.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 221 64 102 0 0.71 0.54 0.13 345.48 0.7 0.56
Hex DD 40 66 0 47 36 D 159 46 38
Octal 335 100 146 0 107 66 15 531 106 70
Binary 11011101 1000000 1100110 0 1000111 110110 1101 101011001 1000110 111000

Color Harmonies of #DD4066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4066

Black with #DD4066

Text Example


Text Example

White with #DD4066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4066; }

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

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

background-color css

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

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

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

border-color css

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

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

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