Html Css Color HEX #D85F70 Cabaret

📋 copy color: '#D85F70'

red 216 ◦ green 95 ◦ blue 112

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

Shades of Cabaret #D85F70

Tints of Cabaret #D85F70

RGB

 RED value IS 216 (84.77% from 255) = 51.06%

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 51.06%
G = 22.46%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85F70 (or 0xD85F70) is known color: Cabaret. HEX triplet: D8, 5F and 70. RGB value is (216,95,112). Sum of RGB (Red+Green+Blue) = 216+95+112=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F70 is #27A08F. Grayscale: #858585. Windows color (decimal): -2597008 or 7364568. OLE color: 7364568.

HSL color Cylindrical-coordinate representation of color #D85F70: hue angle of 351.57º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85F70 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 112 -
CMYK 0 0.56 0.48 0.15
HSL 351.57º 0.61% 0.61% -
HSV(B) 351.57º 0.56% 0.85% -
XYZ 35.34 23.95 18.09 -
YUV 133.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 216 95 112 0 0.56 0.48 0.15 351.57 0.61 0.61
Hex D8 5F 70 0 38 30 F 160 3D 3D
Octal 330 137 160 0 70 60 17 540 75 75
Binary 11011000 1011111 1110000 0 111000 110000 1111 101100000 111101 111101

Color Harmonies of #D85F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F70

Black with #D85F70

Text Example


Text Example

White with #D85F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F70; }

 p { color: rgb(216,95,112); }

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

background-color css

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

 a { background-color: rgb(216,95,112); }

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

border-color css

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

 span { border-color: rgb(216,95,112); }

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