Html Css Color HEX #D0506A Cabaret

📋 copy color: '#D0506A'

red 208 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #D0506A

Tints of Cabaret #D0506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.9%

R = 52.79%
G = 20.3%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0506A (or 0xD0506A) is known color: Cabaret. HEX triplet: D0, 50 and 6A. RGB value is (208,80,106). Sum of RGB (Red+Green+Blue) = 208+80+106=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D0506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0506A is #2FAF95. Grayscale: #797979. Windows color (decimal): -3125142 or 6967504. OLE color: 6967504.

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

Color convert

RGB 208 80 106 -
CMYK 0 0.62 0.49 0.18
HSL 347.81º 0.58% 0.56% -
HSV(B) 347.81º 0.62% 0.82% -
XYZ 31.48 20.19 15.87 -
YUV 121.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 208 80 106 0 0.62 0.49 0.18 347.81 0.58 0.56
Hex D0 50 6A 0 3E 31 12 15C 3A 38
Octal 320 120 152 0 76 61 22 534 72 70
Binary 11010000 1010000 1101010 0 111110 110001 10010 101011100 111010 111000

Color Harmonies of #D0506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0506A

Black with #D0506A

Text Example


Text Example

White with #D0506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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