Html Css Color HEX #D05F78 Cabaret

📋 copy color: '#D05F78'

red 208 ◦ green 95 ◦ blue 120

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

Shades of Cabaret #D05F78

Tints of Cabaret #D05F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 49.17%
G = 22.46%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D05F78 (or 0xD05F78) is known color: Cabaret. HEX triplet: D0, 5F and 78. RGB value is (208,95,120). Sum of RGB (Red+Green+Blue) = 208+95+120=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F78 is #2FA087. Grayscale: #838383. Windows color (decimal): -3121288 or 7888848. OLE color: 7888848.

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

Color convert

RGB 208 95 120 -
CMYK 0 0.54 0.42 0.18
HSL 346.73º 0.55% 0.59% -
HSV(B) 346.73º 0.54% 0.82% -
XYZ 33.49 22.95 20.43 -
YUV 131.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 208 95 120 0 0.54 0.42 0.18 346.73 0.55 0.59
Hex D0 5F 78 0 36 2A 12 15B 37 3B
Octal 320 137 170 0 66 52 22 533 67 73
Binary 11010000 1011111 1111000 0 110110 101010 10010 101011011 110111 111011

Color Harmonies of #D05F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F78

Black with #D05F78

Text Example


Text Example

White with #D05F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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