Html Css Color HEX #DD4964 Cabaret

📋 copy color: '#DD4964'

red 221 ◦ green 73 ◦ blue 100

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

Shades of Cabaret #DD4964

Tints of Cabaret #DD4964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 56.09%
G = 18.53%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4964 (or 0xDD4964) is known color: Cabaret. HEX triplet: DD, 49 and 64. RGB value is (221,73,100). Sum of RGB (Red+Green+Blue) = 221+73+100=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4964 is #22B69B. Grayscale: #787878. Windows color (decimal): -2274972 or 6572509. OLE color: 6572509.

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

Color convert

RGB 221 73 100 -
CMYK 0 0.67 0.55 0.13
HSL 349.05º 0.69% 0.58% -
HSV(B) 349.05º 0.67% 0.87% -
XYZ 34.5 21.06 14.3 -
YUV 120.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 221 73 100 0 0.67 0.55 0.13 349.05 0.69 0.58
Hex DD 49 64 0 43 37 D 15D 45 3A
Octal 335 111 144 0 103 67 15 535 105 72
Binary 11011101 1001001 1100100 0 1000011 110111 1101 101011101 1000101 111010

Color Harmonies of #DD4964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4964

Black with #DD4964

Text Example


Text Example

White with #DD4964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4964; }

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

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

background-color css

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

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

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

border-color css

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

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

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