Html Css Color HEX #D04A70 Cabaret

📋 copy color: '#D04A70'

red 208 ◦ green 74 ◦ blue 112

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

Shades of Cabaret #D04A70

Tints of Cabaret #D04A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 52.79%
G = 18.78%
B = 28.43%

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

#D04A70 (or 0xD04A70) is known color: Cabaret. HEX triplet: D0, 4A and 70. RGB value is (208,74,112). Sum of RGB (Red+Green+Blue) = 208+74+112=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A70 is #2FB58F. Grayscale: #767676. Windows color (decimal): -3126672 or 7359184. OLE color: 7359184.

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

Color convert

RGB 208 74 112 -
CMYK 0 0.64 0.46 0.18
HSL 342.99º 0.59% 0.55% -
HSV(B) 342.99º 0.64% 0.82% -
XYZ 31.39 19.48 17.43 -
YUV 118.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 208 74 112 0 0.64 0.46 0.18 342.99 0.59 0.55
Hex D0 4A 70 0 40 2E 12 157 3B 37
Octal 320 112 160 0 100 56 22 527 73 67
Binary 11010000 1001010 1110000 0 1000000 101110 10010 101010111 111011 110111

Color Harmonies of #D04A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A70

Black with #D04A70

Text Example


Text Example

White with #D04A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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