Html Css Color HEX #DD4864 Cabaret

📋 copy color: '#DD4864'

red 221 ◦ green 72 ◦ blue 100

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

Shades of Cabaret #DD4864

Tints of Cabaret #DD4864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

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

R = 56.23%
G = 18.32%
B = 25.45%

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

#DD4864 (or 0xDD4864) is known color: Cabaret. HEX triplet: DD, 48 and 64. RGB value is (221,72,100). Sum of RGB (Red+Green+Blue) = 221+72+100=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4864 is #22B79B. Grayscale: #777777. Windows color (decimal): -2275228 or 6572253. OLE color: 6572253.

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

Color convert

RGB 221 72 100 -
CMYK 0 0.67 0.55 0.13
HSL 348.72º 0.69% 0.57% -
HSV(B) 348.72º 0.67% 0.87% -
XYZ 34.44 20.93 14.28 -
YUV 119.74 116.86 200.22 -
System Red Green Blue C M Y K H S L
Decimal 221 72 100 0 0.67 0.55 0.13 348.72 0.69 0.57
Hex DD 48 64 0 43 37 D 15D 45 39
Octal 335 110 144 0 103 67 15 535 105 71
Binary 11011101 1001000 1100100 0 1000011 110111 1101 101011101 1000101 111001

Color Harmonies of #DD4864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4864

Black with #DD4864

Text Example


Text Example

White with #DD4864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4864; }

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

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

background-color css

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

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

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

border-color css

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

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

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