Html Css Color HEX #D95F70 Cabaret

📋 copy color: '#D95F70'

red 217 ◦ green 95 ◦ blue 112

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

Shades of Cabaret #D95F70

Tints of Cabaret #D95F70

RGB

 RED value IS 217 (85.16% from 255) = 51.18%

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

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

R = 51.18%
G = 22.41%
B = 26.42%

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

#D95F70 (or 0xD95F70) is known color: Cabaret. HEX triplet: D9, 5F and 70. RGB value is (217,95,112). Sum of RGB (Red+Green+Blue) = 217+95+112=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F70 is #26A08F. Grayscale: #858585. Windows color (decimal): -2531472 or 7364569. OLE color: 7364569.

HSL color Cylindrical-coordinate representation of color #D95F70: hue angle of 351.64º degrees, saturation: 0.62, 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 #D95F70 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 112 -
CMYK 0 0.56 0.48 0.15
HSL 351.64º 0.62% 0.61% -
HSV(B) 351.64º 0.56% 0.85% -
XYZ 35.63 24.11 18.1 -
YUV 133.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 217 95 112 0 0.56 0.48 0.15 351.64 0.62 0.61
Hex D9 5F 70 0 38 30 F 160 3E 3D
Octal 331 137 160 0 70 60 17 540 76 75
Binary 11011001 1011111 1110000 0 111000 110000 1111 101100000 111110 111101

Color Harmonies of #D95F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F70

Black with #D95F70

Text Example


Text Example

White with #D95F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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