Html Css Color HEX #D84F6B Cabaret

📋 copy color: '#D84F6B'

red 216 ◦ green 79 ◦ blue 107

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

Shades of Cabaret #D84F6B

Tints of Cabaret #D84F6B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 53.73%
G = 19.65%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D84F6B (or 0xD84F6B) is known color: Cabaret. HEX triplet: D8, 4F and 6B. RGB value is (216,79,107). Sum of RGB (Red+Green+Blue) = 216+79+107=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84F6B is #27B094. Grayscale: #7B7B7B. Windows color (decimal): -2601109 or 7032792. OLE color: 7032792.

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

Color convert

RGB 216 79 107 -
CMYK 0 0.63 0.50 0.15
HSL 347.74º 0.64% 0.58% -
HSV(B) 347.74º 0.63% 0.85% -
XYZ 33.77 21.25 16.23 -
YUV 123.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 216 79 107 0 0.63 0.50 0.15 347.74 0.64 0.58
Hex D8 4F 6B 0 3F 32 F 15C 40 3A
Octal 330 117 153 0 77 62 17 534 100 72
Binary 11011000 1001111 1101011 0 111111 110010 1111 101011100 1000000 111010

Color Harmonies of #D84F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F6B

Black with #D84F6B

Text Example


Text Example

White with #D84F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84F6B; }

 p { color: rgb(216,79,107); }

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

background-color css

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

 a { background-color: rgb(216,79,107); }

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

border-color css

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

 span { border-color: rgb(216,79,107); }

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