Html Css Color HEX #D04A6E Cabaret

📋 copy color: '#D04A6E'

red 208 ◦ green 74 ◦ blue 110

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

Shades of Cabaret #D04A6E

Tints of Cabaret #D04A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 53.06%
G = 18.88%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D04A6E (or 0xD04A6E) is known color: Cabaret. HEX triplet: D0, 4A and 6E. RGB value is (208,74,110). Sum of RGB (Red+Green+Blue) = 208+74+110=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A6E is #2FB591. Grayscale: #767676. Windows color (decimal): -3126674 or 7228112. OLE color: 7228112.

HSL color Cylindrical-coordinate representation of color #D04A6E: hue angle of 343.88º 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 #D04A6E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 110 -
CMYK 0 0.64 0.47 0.18
HSL 343.88º 0.59% 0.55% -
HSV(B) 343.88º 0.64% 0.82% -
XYZ 31.28 19.43 16.85 -
YUV 118.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 208 74 110 0 0.64 0.47 0.18 343.88 0.59 0.55
Hex D0 4A 6E 0 40 2F 12 158 3B 37
Octal 320 112 156 0 100 57 22 530 73 67
Binary 11010000 1001010 1101110 0 1000000 101111 10010 101011000 111011 110111

Color Harmonies of #D04A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A6E

Black with #D04A6E

Text Example


Text Example

White with #D04A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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