Html Css Color HEX #DD5165 Cabaret

📋 copy color: '#DD5165'

red 221 ◦ green 81 ◦ blue 101

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

Shades of Cabaret #DD5165

Tints of Cabaret #DD5165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.1%

 BLUE value IS 101 (39.84% from 255) = 25.06%

R = 54.84%
G = 20.1%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD5165 (or 0xDD5165) is known color: Cabaret. HEX triplet: DD, 51 and 65. RGB value is (221,81,101). Sum of RGB (Red+Green+Blue) = 221+81+101=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5165 is #22AE9A. Grayscale: #7D7D7D. Windows color (decimal): -2272923 or 6640093. OLE color: 6640093.

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

Color convert

RGB 221 81 101 -
CMYK 0 0.63 0.54 0.13
HSL 351.43º 0.67% 0.59% -
HSV(B) 351.43º 0.63% 0.87% -
XYZ 35.11 22.2 14.75 -
YUV 125.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 221 81 101 0 0.63 0.54 0.13 351.43 0.67 0.59
Hex DD 51 65 0 3F 36 D 15F 43 3B
Octal 335 121 145 0 77 66 15 537 103 73
Binary 11011101 1010001 1100101 0 111111 110110 1101 101011111 1000011 111011

Color Harmonies of #DD5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5165

Black with #DD5165

Text Example


Text Example

White with #DD5165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5165; }

 p { color: rgb(221,81,101); }

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

background-color css

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

 a { background-color: rgb(221,81,101); }

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

border-color css

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

 span { border-color: rgb(221,81,101); }

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