Html Css Color HEX #D05E78 Cabaret

📋 copy color: '#D05E78'

red 208 ◦ green 94 ◦ blue 120

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

Shades of Cabaret #D05E78

Tints of Cabaret #D05E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 49.29%
G = 22.27%
B = 28.44%

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

#D05E78 (or 0xD05E78) is known color: Cabaret. HEX triplet: D0, 5E and 78. RGB value is (208,94,120). Sum of RGB (Red+Green+Blue) = 208+94+120=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E78 is #2FA187. Grayscale: #838383. Windows color (decimal): -3121544 or 7888592. OLE color: 7888592.

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

Color convert

RGB 208 94 120 -
CMYK 0 0.55 0.42 0.18
HSL 346.32º 0.55% 0.59% -
HSV(B) 346.32º 0.55% 0.82% -
XYZ 33.41 22.77 20.4 -
YUV 131.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 208 94 120 0 0.55 0.42 0.18 346.32 0.55 0.59
Hex D0 5E 78 0 37 2A 12 15A 37 3B
Octal 320 136 170 0 67 52 22 532 67 73
Binary 11010000 1011110 1111000 0 110111 101010 10010 101011010 110111 111011

Color Harmonies of #D05E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E78

Black with #D05E78

Text Example


Text Example

White with #D05E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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