Html Css Color HEX #D95F6D Cabaret

📋 copy color: '#D95F6D'

red 217 ◦ green 95 ◦ blue 109

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

Shades of Cabaret #D95F6D

Tints of Cabaret #D95F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.89%

R = 51.54%
G = 22.57%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D95F6D (or 0xD95F6D) is known color: Cabaret. HEX triplet: D9, 5F and 6D. RGB value is (217,95,109). Sum of RGB (Red+Green+Blue) = 217+95+109=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95F6D is #26A092. Grayscale: #858585. Windows color (decimal): -2531475 or 7167961. OLE color: 7167961.

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

Color convert

RGB 217 95 109 -
CMYK 0 0.56 0.50 0.15
HSL 353.11º 0.62% 0.61% -
HSV(B) 353.11º 0.56% 0.85% -
XYZ 35.47 24.04 17.24 -
YUV 133.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 217 95 109 0 0.56 0.50 0.15 353.11 0.62 0.61
Hex D9 5F 6D 0 38 32 F 161 3E 3D
Octal 331 137 155 0 70 62 17 541 76 75
Binary 11011001 1011111 1101101 0 111000 110010 1111 101100001 111110 111101

Color Harmonies of #D95F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F6D

Black with #D95F6D

Text Example


Text Example

White with #D95F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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