Html Css Color HEX #DD5A6E Cabaret

📋 copy color: '#DD5A6E'

red 221 ◦ green 90 ◦ blue 110

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

Shades of Cabaret #DD5A6E

Tints of Cabaret #DD5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 52.49%
G = 21.38%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD5A6E (or 0xDD5A6E) is known color: Cabaret. HEX triplet: DD, 5A and 6E. RGB value is (221,90,110). Sum of RGB (Red+Green+Blue) = 221+90+110=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A6E is #22A591. Grayscale: #838383. Windows color (decimal): -2270610 or 7232221. OLE color: 7232221.

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

Color convert

RGB 221 90 110 -
CMYK 0 0.59 0.50 0.13
HSL 350.84º 0.66% 0.61% -
HSV(B) 350.84º 0.59% 0.87% -
XYZ 36.29 23.81 17.44 -
YUV 131.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 221 90 110 0 0.59 0.50 0.13 350.84 0.66 0.61
Hex DD 5A 6E 0 3B 32 D 15F 42 3D
Octal 335 132 156 0 73 62 15 537 102 75
Binary 11011101 1011010 1101110 0 111011 110010 1101 101011111 1000010 111101

Color Harmonies of #DD5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A6E

Black with #DD5A6E

Text Example


Text Example

White with #DD5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A6E; }

 p { color: rgb(221,90,110); }

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

background-color css

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

 a { background-color: rgb(221,90,110); }

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

border-color css

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

 span { border-color: rgb(221,90,110); }

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