Html Css Color HEX #D04B73 Cabaret

📋 copy color: '#D04B73'

red 208 ◦ green 75 ◦ blue 115

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

Shades of Cabaret #D04B73

Tints of Cabaret #D04B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

 BLUE value IS 115 (45.31% from 255) = 28.89%

R = 52.26%
G = 18.84%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04B73 (or 0xD04B73) is known color: Cabaret. HEX triplet: D0, 4B and 73. RGB value is (208,75,115). Sum of RGB (Red+Green+Blue) = 208+75+115=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B73 is #2FB48C. Grayscale: #777777. Windows color (decimal): -3126413 or 7556048. OLE color: 7556048.

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

Color convert

RGB 208 75 115 -
CMYK 0 0.64 0.45 0.18
HSL 341.95º 0.59% 0.55% -
HSV(B) 341.95º 0.64% 0.82% -
XYZ 31.62 19.68 18.35 -
YUV 119.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 208 75 115 0 0.64 0.45 0.18 341.95 0.59 0.55
Hex D0 4B 73 0 40 2D 12 156 3B 37
Octal 320 113 163 0 100 55 22 526 73 67
Binary 11010000 1001011 1110011 0 1000000 101101 10010 101010110 111011 110111

Color Harmonies of #D04B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B73

Black with #D04B73

Text Example


Text Example

White with #D04B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B73; }

 p { color: rgb(208,75,115); }

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

background-color css

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

 a { background-color: rgb(208,75,115); }

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

border-color css

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

 span { border-color: rgb(208,75,115); }

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