Html Css Color HEX #D84B66 Cabaret

📋 copy color: '#D84B66'

red 216 ◦ green 75 ◦ blue 102

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

Shades of Cabaret #D84B66

Tints of Cabaret #D84B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.95%

R = 54.96%
G = 19.08%
B = 25.95%

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

#D84B66 (or 0xD84B66) is known color: Cabaret. HEX triplet: D8, 4B and 66. RGB value is (216,75,102). Sum of RGB (Red+Green+Blue) = 216+75+102=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B66 is #27B499. Grayscale: #787878. Windows color (decimal): -2602138 or 6704088. OLE color: 6704088.

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

Color convert

RGB 216 75 102 -
CMYK 0 0.65 0.53 0.15
HSL 348.51º 0.64% 0.57% -
HSV(B) 348.51º 0.65% 0.85% -
XYZ 33.23 20.59 14.79 -
YUV 120.24 117.71 196.3 -
System Red Green Blue C M Y K H S L
Decimal 216 75 102 0 0.65 0.53 0.15 348.51 0.64 0.57
Hex D8 4B 66 0 41 35 F 15D 40 39
Octal 330 113 146 0 101 65 17 535 100 71
Binary 11011000 1001011 1100110 0 1000001 110101 1111 101011101 1000000 111001

Color Harmonies of #D84B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B66

Black with #D84B66

Text Example


Text Example

White with #D84B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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