Html Css Color HEX #D95069 Cabaret

📋 copy color: '#D95069'

red 217 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #D95069

Tints of Cabaret #D95069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.9%

 BLUE value IS 105 (41.41% from 255) = 26.12%

R = 53.98%
G = 19.9%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D95069 (or 0xD95069) is known color: Cabaret. HEX triplet: D9, 50 and 69. RGB value is (217,80,105). Sum of RGB (Red+Green+Blue) = 217+80+105=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D95069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95069 is #26AF96. Grayscale: #7B7B7B. Windows color (decimal): -2535319 or 6901977. OLE color: 6901977.

HSL color Cylindrical-coordinate representation of color #D95069: hue angle of 349.05º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95069 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 105 -
CMYK 0 0.63 0.52 0.15
HSL 349.05º 0.64% 0.58% -
HSV(B) 349.05º 0.63% 0.85% -
XYZ 34.03 21.51 15.72 -
YUV 123.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 217 80 105 0 0.63 0.52 0.15 349.05 0.64 0.58
Hex D9 50 69 0 3F 34 F 15D 40 3A
Octal 331 120 151 0 77 64 17 535 100 72
Binary 11011001 1010000 1101001 0 111111 110100 1111 101011101 1000000 111010

Color Harmonies of #D95069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95069

Black with #D95069

Text Example


Text Example

White with #D95069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95069; }

 p { color: rgb(217,80,105); }

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

background-color css

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

 a { background-color: rgb(217,80,105); }

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

border-color css

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

 span { border-color: rgb(217,80,105); }

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