Html Css Color HEX #D65D73 Cabaret

📋 copy color: '#D65D73'

red 214 ◦ green 93 ◦ blue 115

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

Shades of Cabaret #D65D73

Tints of Cabaret #D65D73

RGB

 RED value IS 214 (83.98% from 255) = 50.71%

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

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

R = 50.71%
G = 22.04%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65D73 (or 0xD65D73) is known color: Cabaret. HEX triplet: D6, 5D and 73. RGB value is (214,93,115). Sum of RGB (Red+Green+Blue) = 214+93+115=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D73 is #29A28C. Grayscale: #838383. Windows color (decimal): -2728589 or 7560662. OLE color: 7560662.

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

Color convert

RGB 214 93 115 -
CMYK 0 0.57 0.46 0.16
HSL 349.09º 0.6% 0.6% -
HSV(B) 349.09º 0.57% 0.84% -
XYZ 34.74 23.36 18.9 -
YUV 131.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 214 93 115 0 0.57 0.46 0.16 349.09 0.6 0.6
Hex D6 5D 73 0 39 2E 10 15D 3C 3C
Octal 326 135 163 0 71 56 20 535 74 74
Binary 11010110 1011101 1110011 0 111001 101110 10000 101011101 111100 111100

Color Harmonies of #D65D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D73

Black with #D65D73

Text Example


Text Example

White with #D65D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D73; }

 p { color: rgb(214,93,115); }

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

background-color css

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

 a { background-color: rgb(214,93,115); }

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

border-color css

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

 span { border-color: rgb(214,93,115); }

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