Html Css Color HEX #DD4F64 Cabaret

📋 copy color: '#DD4F64'

red 221 ◦ green 79 ◦ blue 100

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

Shades of Cabaret #DD4F64

Tints of Cabaret #DD4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.75%

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

R = 55.25%
G = 19.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4F64 (or 0xDD4F64) is known color: Cabaret. HEX triplet: DD, 4F and 64. RGB value is (221,79,100). Sum of RGB (Red+Green+Blue) = 221+79+100=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F64 is #22B09B. Grayscale: #7B7B7B. Windows color (decimal): -2273436 or 6574045. OLE color: 6574045.

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

Color convert

RGB 221 79 100 -
CMYK 0 0.64 0.55 0.13
HSL 351.13º 0.68% 0.59% -
HSV(B) 351.13º 0.64% 0.87% -
XYZ 34.92 21.88 14.44 -
YUV 123.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 221 79 100 0 0.64 0.55 0.13 351.13 0.68 0.59
Hex DD 4F 64 0 40 37 D 15F 44 3B
Octal 335 117 144 0 100 67 15 537 104 73
Binary 11011101 1001111 1100100 0 1000000 110111 1101 101011111 1000100 111011

Color Harmonies of #DD4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F64

Black with #DD4F64

Text Example


Text Example

White with #DD4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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