Html Css Color HEX #D84B65 Cabaret

📋 copy color: '#D84B65'

red 216 ◦ green 75 ◦ blue 101

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

Shades of Cabaret #D84B65

Tints of Cabaret #D84B65

RGB

 RED value IS 216 (84.77% from 255) = 55.1%

 GREEN value IS 75 (29.69% from 255) = 19.13%

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

R = 55.1%
G = 19.13%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D84B65 (or 0xD84B65) is known color: Cabaret. HEX triplet: D8, 4B and 65. RGB value is (216,75,101). Sum of RGB (Red+Green+Blue) = 216+75+101=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B65 is #27B49A. Grayscale: #787878. Windows color (decimal): -2602139 or 6638552. OLE color: 6638552.

HSL color Cylindrical-coordinate representation of color #D84B65: hue angle of 348.94º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D84B65 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 75 101 -
CMYK 0 0.65 0.53 0.15
HSL 348.94º 0.64% 0.57% -
HSV(B) 348.94º 0.65% 0.85% -
XYZ 33.18 20.57 14.53 -
YUV 120.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 216 75 101 0 0.65 0.53 0.15 348.94 0.64 0.57
Hex D8 4B 65 0 41 35 F 15D 40 39
Octal 330 113 145 0 101 65 17 535 100 71
Binary 11011000 1001011 1100101 0 1000001 110101 1111 101011101 1000000 111001

Color Harmonies of #D84B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B65

Black with #D84B65

Text Example


Text Example

White with #D84B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B65; }

 p { color: rgb(216,75,101); }

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

background-color css

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

 a { background-color: rgb(216,75,101); }

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

border-color css

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

 span { border-color: rgb(216,75,101); }

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