Html Css Color HEX #D35373 Cabaret

📋 copy color: '#D35373'

red 211 ◦ green 83 ◦ blue 115

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

Shades of Cabaret #D35373

Tints of Cabaret #D35373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 51.59%
G = 20.29%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D35373 (or 0xD35373) is known color: Cabaret. HEX triplet: D3, 53 and 73. RGB value is (211,83,115). Sum of RGB (Red+Green+Blue) = 211+83+115=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D35373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35373 is #2CAC8C. Grayscale: #7C7C7C. Windows color (decimal): -2927757 or 7558099. OLE color: 7558099.

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

Color convert

RGB 211 83 115 -
CMYK 0 0.61 0.45 0.17
HSL 345º 0.59% 0.58% -
HSV(B) 345º 0.61% 0.83% -
XYZ 33.05 21.27 18.58 -
YUV 124.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 211 83 115 0 0.61 0.45 0.17 345 0.59 0.58
Hex D3 53 73 0 3D 2D 11 159 3B 3A
Octal 323 123 163 0 75 55 21 531 73 72
Binary 11010011 1010011 1110011 0 111101 101101 10001 101011001 111011 111010

Color Harmonies of #D35373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35373

Black with #D35373

Text Example


Text Example

White with #D35373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35373; }

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

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

background-color css

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

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

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

border-color css

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

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

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