Html Css Color HEX #D05F6F Cabaret

📋 copy color: '#D05F6F'

red 208 ◦ green 95 ◦ blue 111

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

Shades of Cabaret #D05F6F

Tints of Cabaret #D05F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 50.24%
G = 22.95%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D05F6F (or 0xD05F6F) is known color: Cabaret. HEX triplet: D0, 5F and 6F. RGB value is (208,95,111). Sum of RGB (Red+Green+Blue) = 208+95+111=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F6F is #2FA090. Grayscale: #828282. Windows color (decimal): -3121297 or 7299024. OLE color: 7299024.

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

Color convert

RGB 208 95 111 -
CMYK 0 0.54 0.47 0.18
HSL 351.5º 0.55% 0.59% -
HSV(B) 351.5º 0.54% 0.82% -
XYZ 32.97 22.74 17.69 -
YUV 130.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 208 95 111 0 0.54 0.47 0.18 351.5 0.55 0.59
Hex D0 5F 6F 0 36 2F 12 160 37 3B
Octal 320 137 157 0 66 57 22 540 67 73
Binary 11010000 1011111 1101111 0 110110 101111 10010 101100000 110111 111011

Color Harmonies of #D05F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F6F

Black with #D05F6F

Text Example


Text Example

White with #D05F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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