Html Css Color HEX #D0506D Cabaret

📋 copy color: '#D0506D'

red 208 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #D0506D

Tints of Cabaret #D0506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 52.39%
G = 20.15%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0506D (or 0xD0506D) is known color: Cabaret. HEX triplet: D0, 50 and 6D. RGB value is (208,80,109). Sum of RGB (Red+Green+Blue) = 208+80+109=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0506D is #2FAF92. Grayscale: #797979. Windows color (decimal): -3125139 or 7164112. OLE color: 7164112.

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

Color convert

RGB 208 80 109 -
CMYK 0 0.62 0.48 0.18
HSL 346.41º 0.58% 0.56% -
HSV(B) 346.41º 0.62% 0.82% -
XYZ 31.64 20.25 16.71 -
YUV 121.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 208 80 109 0 0.62 0.48 0.18 346.41 0.58 0.56
Hex D0 50 6D 0 3E 30 12 15A 3A 38
Octal 320 120 155 0 76 60 22 532 72 70
Binary 11010000 1010000 1101101 0 111110 110000 10010 101011010 111010 111000

Color Harmonies of #D0506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0506D

Black with #D0506D

Text Example


Text Example

White with #D0506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0506D; }

 p { color: rgb(208,80,109); }

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

background-color css

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

 a { background-color: rgb(208,80,109); }

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

border-color css

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

 span { border-color: rgb(208,80,109); }

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