Html Css Color HEX #D84B64 Cabaret

📋 copy color: '#D84B64'

red 216 ◦ green 75 ◦ blue 100

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

Shades of Cabaret #D84B64

Tints of Cabaret #D84B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 55.24%
G = 19.18%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D84B64 (or 0xD84B64) is known color: Cabaret. HEX triplet: D8, 4B and 64. RGB value is (216,75,100). Sum of RGB (Red+Green+Blue) = 216+75+100=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B64 is #27B49B. Grayscale: #787878. Windows color (decimal): -2602140 or 6573016. OLE color: 6573016.

HSL color Cylindrical-coordinate representation of color #D84B64: hue angle of 349.36º 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 #D84B64 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 75 100 -
CMYK 0 0.65 0.54 0.15
HSL 349.36º 0.64% 0.57% -
HSV(B) 349.36º 0.65% 0.85% -
XYZ 33.14 20.55 14.28 -
YUV 120.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 216 75 100 0 0.65 0.54 0.15 349.36 0.64 0.57
Hex D8 4B 64 0 41 36 F 15D 40 39
Octal 330 113 144 0 101 66 17 535 100 71
Binary 11011000 1001011 1100100 0 1000001 110110 1111 101011101 1000000 111001

Color Harmonies of #D84B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B64

Black with #D84B64

Text Example


Text Example

White with #D84B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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