Html Css Color HEX #D84B69 Cabaret

📋 copy color: '#D84B69'

red 216 ◦ green 75 ◦ blue 105

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

Shades of Cabaret #D84B69

Tints of Cabaret #D84B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 54.55%
G = 18.94%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D84B69 (or 0xD84B69) is known color: Cabaret. HEX triplet: D8, 4B and 69. RGB value is (216,75,105). Sum of RGB (Red+Green+Blue) = 216+75+105=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84B69 is #27B496. Grayscale: #787878. Windows color (decimal): -2602135 or 6900696. OLE color: 6900696.

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

Color convert

RGB 216 75 105 -
CMYK 0 0.65 0.51 0.15
HSL 347.23º 0.64% 0.57% -
HSV(B) 347.23º 0.65% 0.85% -
XYZ 33.38 20.65 15.59 -
YUV 120.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 216 75 105 0 0.65 0.51 0.15 347.23 0.64 0.57
Hex D8 4B 69 0 41 33 F 15B 40 39
Octal 330 113 151 0 101 63 17 533 100 71
Binary 11011000 1001011 1101001 0 1000001 110011 1111 101011011 1000000 111001

Color Harmonies of #D84B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B69

Black with #D84B69

Text Example


Text Example

White with #D84B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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