Html Css Color HEX #D35773 Cabaret

📋 copy color: '#D35773'

red 211 ◦ green 87 ◦ blue 115

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

Shades of Cabaret #D35773

Tints of Cabaret #D35773

RGB

 RED value IS 211 (82.81% from 255) = 51.09%

 GREEN value IS 87 (34.38% from 255) = 21.07%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 51.09%
G = 21.07%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D35773 (or 0xD35773) is known color: Cabaret. HEX triplet: D3, 57 and 73. RGB value is (211,87,115). Sum of RGB (Red+Green+Blue) = 211+87+115=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D35773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35773 is #2CA88C. Grayscale: #7F7F7F. Windows color (decimal): -2926733 or 7559123. OLE color: 7559123.

HSL color Cylindrical-coordinate representation of color #D35773: hue angle of 346.45º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35773 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 87 115 -
CMYK 0 0.59 0.45 0.17
HSL 346.45º 0.58% 0.58% -
HSV(B) 346.45º 0.59% 0.83% -
XYZ 33.37 21.9 18.69 -
YUV 127.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 211 87 115 0 0.59 0.45 0.17 346.45 0.58 0.58
Hex D3 57 73 0 3B 2D 11 15A 3A 3A
Octal 323 127 163 0 73 55 21 532 72 72
Binary 11010011 1010111 1110011 0 111011 101101 10001 101011010 111010 111010

Color Harmonies of #D35773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35773

Black with #D35773

Text Example


Text Example

White with #D35773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35773; }

 p { color: rgb(211,87,115); }

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

background-color css

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

 a { background-color: rgb(211,87,115); }

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

border-color css

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

 span { border-color: rgb(211,87,115); }

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