Html Css Color HEX #D04A71 Cabaret

📋 copy color: '#D04A71'

red 208 ◦ green 74 ◦ blue 113

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

Shades of Cabaret #D04A71

Tints of Cabaret #D04A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 52.66%
G = 18.73%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D04A71 (or 0xD04A71) is known color: Cabaret. HEX triplet: D0, 4A and 71. RGB value is (208,74,113). Sum of RGB (Red+Green+Blue) = 208+74+113=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A71 is #2FB58E. Grayscale: #767676. Windows color (decimal): -3126671 or 7424720. OLE color: 7424720.

HSL color Cylindrical-coordinate representation of color #D04A71: hue angle of 342.54º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A71 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 113 -
CMYK 0 0.64 0.46 0.18
HSL 342.54º 0.59% 0.55% -
HSV(B) 342.54º 0.64% 0.82% -
XYZ 31.44 19.5 17.73 -
YUV 118.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 208 74 113 0 0.64 0.46 0.18 342.54 0.59 0.55
Hex D0 4A 71 0 40 2E 12 157 3B 37
Octal 320 112 161 0 100 56 22 527 73 67
Binary 11010000 1001010 1110001 0 1000000 101110 10010 101010111 111011 110111

Color Harmonies of #D04A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A71

Black with #D04A71

Text Example


Text Example

White with #D04A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A71; }

 p { color: rgb(208,74,113); }

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

background-color css

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

 a { background-color: rgb(208,74,113); }

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

border-color css

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

 span { border-color: rgb(208,74,113); }

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