Html Css Color HEX #D85A6A Cabaret

📋 copy color: '#D85A6A'

red 216 ◦ green 90 ◦ blue 106

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

Shades of Cabaret #D85A6A

Tints of Cabaret #D85A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.84%

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 52.43%
G = 21.84%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D85A6A (or 0xD85A6A) is known color: Cabaret. HEX triplet: D8, 5A and 6A. RGB value is (216,90,106). Sum of RGB (Red+Green+Blue) = 216+90+106=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A6A is #27A595. Grayscale: #818181. Windows color (decimal): -2598294 or 6970072. OLE color: 6970072.

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

Color convert

RGB 216 90 106 -
CMYK 0 0.58 0.51 0.15
HSL 352.38º 0.62% 0.6% -
HSV(B) 352.38º 0.58% 0.85% -
XYZ 34.58 22.95 16.24 -
YUV 129.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 216 90 106 0 0.58 0.51 0.15 352.38 0.62 0.6
Hex D8 5A 6A 0 3A 33 F 160 3E 3C
Octal 330 132 152 0 72 63 17 540 76 74
Binary 11011000 1011010 1101010 0 111010 110011 1111 101100000 111110 111100

Color Harmonies of #D85A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A6A

Black with #D85A6A

Text Example


Text Example

White with #D85A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A6A; }

 p { color: rgb(216,90,106); }

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

background-color css

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

 a { background-color: rgb(216,90,106); }

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

border-color css

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

 span { border-color: rgb(216,90,106); }

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