Html Css Color HEX #D35E77 Cabaret

📋 copy color: '#D35E77'

red 211 ◦ green 94 ◦ blue 119

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

Shades of Cabaret #D35E77

Tints of Cabaret #D35E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 49.76%
G = 22.17%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D35E77 (or 0xD35E77) is known color: Cabaret. HEX triplet: D3, 5E and 77. RGB value is (211,94,119). Sum of RGB (Red+Green+Blue) = 211+94+119=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D35E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35E77 is #2CA188. Grayscale: #838383. Windows color (decimal): -2924937 or 7823059. OLE color: 7823059.

HSL color Cylindrical-coordinate representation of color #D35E77: hue angle of 347.18º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35E77 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 94 119 -
CMYK 0 0.55 0.44 0.17
HSL 347.18º 0.57% 0.6% -
HSV(B) 347.18º 0.55% 0.83% -
XYZ 34.2 23.19 20.13 -
YUV 131.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 211 94 119 0 0.55 0.44 0.17 347.18 0.57 0.6
Hex D3 5E 77 0 37 2C 11 15B 39 3C
Octal 323 136 167 0 67 54 21 533 71 74
Binary 11010011 1011110 1110111 0 110111 101100 10001 101011011 111001 111100

Color Harmonies of #D35E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35E77

Black with #D35E77

Text Example


Text Example

White with #D35E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35E77; }

 p { color: rgb(211,94,119); }

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

background-color css

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

 a { background-color: rgb(211,94,119); }

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

border-color css

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

 span { border-color: rgb(211,94,119); }

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