Html Css Color HEX #D65B73 Cabaret

📋 copy color: '#D65B73'

red 214 ◦ green 91 ◦ blue 115

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

Shades of Cabaret #D65B73

Tints of Cabaret #D65B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

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

R = 50.95%
G = 21.67%
B = 27.38%

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

#D65B73 (or 0xD65B73) is known color: Cabaret. HEX triplet: D6, 5B and 73. RGB value is (214,91,115). Sum of RGB (Red+Green+Blue) = 214+91+115=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B73 is #29A48C. Grayscale: #828282. Windows color (decimal): -2729101 or 7560150. OLE color: 7560150.

HSL color Cylindrical-coordinate representation of color #D65B73: hue angle of 348.29º 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 #D65B73 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 115 -
CMYK 0 0.57 0.46 0.16
HSL 348.29º 0.6% 0.6% -
HSV(B) 348.29º 0.57% 0.84% -
XYZ 34.57 23.02 18.84 -
YUV 130.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 214 91 115 0 0.57 0.46 0.16 348.29 0.6 0.6
Hex D6 5B 73 0 39 2E 10 15C 3C 3C
Octal 326 133 163 0 71 56 20 534 74 74
Binary 11010110 1011011 1110011 0 111001 101110 10000 101011100 111100 111100

Color Harmonies of #D65B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B73

Black with #D65B73

Text Example


Text Example

White with #D65B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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