Html Css Color HEX #DD4664 Cabaret

📋 copy color: '#DD4664'

red 221 ◦ green 70 ◦ blue 100

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

Shades of Cabaret #DD4664

Tints of Cabaret #DD4664

RGB

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

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

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

R = 56.52%
G = 17.9%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4664 (or 0xDD4664) is known color: Cabaret. HEX triplet: DD, 46 and 64. RGB value is (221,70,100). Sum of RGB (Red+Green+Blue) = 221+70+100=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4664 is #22B99B. Grayscale: #767676. Windows color (decimal): -2275740 or 6571741. OLE color: 6571741.

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

Color convert

RGB 221 70 100 -
CMYK 0 0.68 0.55 0.13
HSL 348.08º 0.69% 0.57% -
HSV(B) 348.08º 0.68% 0.87% -
XYZ 34.31 20.67 14.24 -
YUV 118.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 221 70 100 0 0.68 0.55 0.13 348.08 0.69 0.57
Hex DD 46 64 0 44 37 D 15C 45 39
Octal 335 106 144 0 104 67 15 534 105 71
Binary 11011101 1000110 1100100 0 1000100 110111 1101 101011100 1000101 111001

Color Harmonies of #DD4664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4664

Black with #DD4664

Text Example


Text Example

White with #DD4664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4664; }

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

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

background-color css

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

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

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

border-color css

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

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

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