Html Css Color HEX #D65371 Cabaret

📋 copy color: '#D65371'

red 214 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #D65371

Tints of Cabaret #D65371

RGB

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

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

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

R = 52.2%
G = 20.24%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D65371 (or 0xD65371) is known color: Cabaret. HEX triplet: D6, 53 and 71. RGB value is (214,83,113). Sum of RGB (Red+Green+Blue) = 214+83+113=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D65371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65371 is #29AC8E. Grayscale: #7D7D7D. Windows color (decimal): -2731151 or 7427030. OLE color: 7427030.

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

Color convert

RGB 214 83 113 -
CMYK 0 0.61 0.47 0.16
HSL 346.26º 0.62% 0.58% -
HSV(B) 346.26º 0.61% 0.84% -
XYZ 33.81 21.67 18.02 -
YUV 125.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 214 83 113 0 0.61 0.47 0.16 346.26 0.62 0.58
Hex D6 53 71 0 3D 2F 10 15A 3E 3A
Octal 326 123 161 0 75 57 20 532 76 72
Binary 11010110 1010011 1110001 0 111101 101111 10000 101011010 111110 111010

Color Harmonies of #D65371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65371

Black with #D65371

Text Example


Text Example

White with #D65371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65371; }

 p { color: rgb(214,83,113); }

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

background-color css

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

 a { background-color: rgb(214,83,113); }

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

border-color css

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

 span { border-color: rgb(214,83,113); }

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