Html Css Color HEX #DD4666 Cabaret

📋 copy color: '#DD4666'

red 221 ◦ green 70 ◦ blue 102

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

Shades of Cabaret #DD4666

Tints of Cabaret #DD4666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.81%

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

R = 56.23%
G = 17.81%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD4666 (or 0xDD4666) is known color: Cabaret. HEX triplet: DD, 46 and 66. RGB value is (221,70,102). Sum of RGB (Red+Green+Blue) = 221+70+102=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4666 is #22B999. Grayscale: #767676. Windows color (decimal): -2275738 or 6702813. OLE color: 6702813.

HSL color Cylindrical-coordinate representation of color #DD4666: hue angle of 347.28º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4666 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 102 -
CMYK 0 0.68 0.54 0.13
HSL 347.28º 0.69% 0.57% -
HSV(B) 347.28º 0.68% 0.87% -
XYZ 34.41 20.71 14.75 -
YUV 118.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 221 70 102 0 0.68 0.54 0.13 347.28 0.69 0.57
Hex DD 46 66 0 44 36 D 15B 45 39
Octal 335 106 146 0 104 66 15 533 105 71
Binary 11011101 1000110 1100110 0 1000100 110110 1101 101011011 1000101 111001

Color Harmonies of #DD4666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4666

Black with #DD4666

Text Example


Text Example

White with #DD4666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4666; }

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

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

background-color css

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

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

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

border-color css

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

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

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