Html Css Color HEX #D65065 Cabaret

📋 copy color: '#D65065'

red 214 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #D65065

Tints of Cabaret #D65065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

 BLUE value IS 101 (39.84% from 255) = 25.57%

R = 54.18%
G = 20.25%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D65065 (or 0xD65065) is known color: Cabaret. HEX triplet: D6, 50 and 65. RGB value is (214,80,101). Sum of RGB (Red+Green+Blue) = 214+80+101=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D65065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65065 is #29AF9A. Grayscale: #7A7A7A. Windows color (decimal): -2731931 or 6639830. OLE color: 6639830.

HSL color Cylindrical-coordinate representation of color #D65065: hue angle of 350.6º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65065 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 101 -
CMYK 0 0.63 0.53 0.16
HSL 350.6º 0.62% 0.58% -
HSV(B) 350.6º 0.63% 0.84% -
XYZ 32.95 20.97 14.62 -
YUV 122.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 214 80 101 0 0.63 0.53 0.16 350.6 0.62 0.58
Hex D6 50 65 0 3F 35 10 15F 3E 3A
Octal 326 120 145 0 77 65 20 537 76 72
Binary 11010110 1010000 1100101 0 111111 110101 10000 101011111 111110 111010

Color Harmonies of #D65065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65065

Black with #D65065

Text Example


Text Example

White with #D65065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65065; }

 p { color: rgb(214,80,101); }

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

background-color css

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

 a { background-color: rgb(214,80,101); }

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

border-color css

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

 span { border-color: rgb(214,80,101); }

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