Html Css Color HEX #D65E75 Cabaret

📋 copy color: '#D65E75'

red 214 ◦ green 94 ◦ blue 117

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

Shades of Cabaret #D65E75

Tints of Cabaret #D65E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 50.35%
G = 22.12%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65E75 (or 0xD65E75) is known color: Cabaret. HEX triplet: D6, 5E and 75. RGB value is (214,94,117). Sum of RGB (Red+Green+Blue) = 214+94+117=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E75 is #29A18A. Grayscale: #848484. Windows color (decimal): -2728331 or 7691990. OLE color: 7691990.

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

Color convert

RGB 214 94 117 -
CMYK 0 0.56 0.45 0.16
HSL 348.5º 0.59% 0.6% -
HSV(B) 348.5º 0.56% 0.84% -
XYZ 34.95 23.59 19.54 -
YUV 132.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 214 94 117 0 0.56 0.45 0.16 348.5 0.59 0.6
Hex D6 5E 75 0 38 2D 10 15C 3B 3C
Octal 326 136 165 0 70 55 20 534 73 74
Binary 11010110 1011110 1110101 0 111000 101101 10000 101011100 111011 111100

Color Harmonies of #D65E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65E75

Black with #D65E75

Text Example


Text Example

White with #D65E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65E75; }

 p { color: rgb(214,94,117); }

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

background-color css

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

 a { background-color: rgb(214,94,117); }

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

border-color css

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

 span { border-color: rgb(214,94,117); }

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