Html Css Color HEX #D05F74 Cabaret

📋 copy color: '#D05F74'

red 208 ◦ green 95 ◦ blue 116

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

Shades of Cabaret #D05F74

Tints of Cabaret #D05F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 49.64%
G = 22.67%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D05F74 (or 0xD05F74) is known color: Cabaret. HEX triplet: D0, 5F and 74. RGB value is (208,95,116). Sum of RGB (Red+Green+Blue) = 208+95+116=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F74 is #2FA08B. Grayscale: #838383. Windows color (decimal): -3121292 or 7626704. OLE color: 7626704.

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

Color convert

RGB 208 95 116 -
CMYK 0 0.54 0.44 0.18
HSL 348.85º 0.55% 0.59% -
HSV(B) 348.85º 0.54% 0.82% -
XYZ 33.26 22.86 19.18 -
YUV 131.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 208 95 116 0 0.54 0.44 0.18 348.85 0.55 0.59
Hex D0 5F 74 0 36 2C 12 15D 37 3B
Octal 320 137 164 0 66 54 22 535 67 73
Binary 11010000 1011111 1110100 0 110110 101100 10010 101011101 110111 111011

Color Harmonies of #D05F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F74

Black with #D05F74

Text Example


Text Example

White with #D05F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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