Html Css Color HEX #D04D6F Cabaret

📋 copy color: '#D04D6F'

red 208 ◦ green 77 ◦ blue 111

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

Shades of Cabaret #D04D6F

Tints of Cabaret #D04D6F

RGB

 RED value IS 208 (81.64% from 255) = 52.53%

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 52.53%
G = 19.44%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D04D6F (or 0xD04D6F) is known color: Cabaret. HEX triplet: D0, 4D and 6F. RGB value is (208,77,111). Sum of RGB (Red+Green+Blue) = 208+77+111=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D6F is #2FB290. Grayscale: #787878. Windows color (decimal): -3125905 or 7294416. OLE color: 7294416.

HSL color Cylindrical-coordinate representation of color #D04D6F: hue angle of 344.43º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D6F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 111 -
CMYK 0 0.63 0.47 0.18
HSL 344.43º 0.58% 0.56% -
HSV(B) 344.43º 0.63% 0.82% -
XYZ 31.54 19.87 17.21 -
YUV 120.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 208 77 111 0 0.63 0.47 0.18 344.43 0.58 0.56
Hex D0 4D 6F 0 3F 2F 12 158 3A 38
Octal 320 115 157 0 77 57 22 530 72 70
Binary 11010000 1001101 1101111 0 111111 101111 10010 101011000 111010 111000

Color Harmonies of #D04D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D6F

Black with #D04D6F

Text Example


Text Example

White with #D04D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D6F; }

 p { color: rgb(208,77,111); }

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

background-color css

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

 a { background-color: rgb(208,77,111); }

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

border-color css

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

 span { border-color: rgb(208,77,111); }

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