Html Css Color HEX #D35D71 Cabaret

📋 copy color: '#D35D71'

red 211 ◦ green 93 ◦ blue 113

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

Shades of Cabaret #D35D71

Tints of Cabaret #D35D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 50.6%
G = 22.3%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D35D71 (or 0xD35D71) is known color: Cabaret. HEX triplet: D3, 5D and 71. RGB value is (211,93,113). Sum of RGB (Red+Green+Blue) = 211+93+113=417 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.60% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D71 is #2CA28E. Grayscale: #828282. Windows color (decimal): -2925199 or 7429587. OLE color: 7429587.

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

Color convert

RGB 211 93 113 -
CMYK 0 0.56 0.46 0.17
HSL 349.83º 0.57% 0.6% -
HSV(B) 349.83º 0.56% 0.83% -
XYZ 33.76 22.87 18.26 -
YUV 130.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 211 93 113 0 0.56 0.46 0.17 349.83 0.57 0.6
Hex D3 5D 71 0 38 2E 11 15E 39 3C
Octal 323 135 161 0 70 56 21 536 71 74
Binary 11010011 1011101 1110001 0 111000 101110 10001 101011110 111001 111100

Color Harmonies of #D35D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35D71

Black with #D35D71

Text Example


Text Example

White with #D35D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35D71; }

 p { color: rgb(211,93,113); }

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

background-color css

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

 a { background-color: rgb(211,93,113); }

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

border-color css

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

 span { border-color: rgb(211,93,113); }

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