Html Css Color HEX #D05E79 Cabaret

📋 copy color: '#D05E79'

red 208 ◦ green 94 ◦ blue 121

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

Shades of Cabaret #D05E79

Tints of Cabaret #D05E79

RGB

 RED value IS 208 (81.64% from 255) = 49.17%

 GREEN value IS 94 (37.11% from 255) = 22.22%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 49.17%
G = 22.22%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D05E79 (or 0xD05E79) is known color: Cabaret. HEX triplet: D0, 5E and 79. RGB value is (208,94,121). Sum of RGB (Red+Green+Blue) = 208+94+121=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E79 is #2FA186. Grayscale: #838383. Windows color (decimal): -3121543 or 7954128. OLE color: 7954128.

HSL color Cylindrical-coordinate representation of color #D05E79: hue angle of 345.79º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05E79 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 94 121 -
CMYK 0 0.55 0.42 0.18
HSL 345.79º 0.55% 0.59% -
HSV(B) 345.79º 0.55% 0.82% -
XYZ 33.47 22.8 20.73 -
YUV 131.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 208 94 121 0 0.55 0.42 0.18 345.79 0.55 0.59
Hex D0 5E 79 0 37 2A 12 15A 37 3B
Octal 320 136 171 0 67 52 22 532 67 73
Binary 11010000 1011110 1111001 0 110111 101010 10010 101011010 110111 111011

Color Harmonies of #D05E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E79

Black with #D05E79

Text Example


Text Example

White with #D05E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E79; }

 p { color: rgb(208,94,121); }

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

background-color css

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

 a { background-color: rgb(208,94,121); }

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

border-color css

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

 span { border-color: rgb(208,94,121); }

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