Html Css Color HEX #D0526C Cabaret

📋 copy color: '#D0526C'

red 208 ◦ green 82 ◦ blue 108

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

Shades of Cabaret #D0526C

Tints of Cabaret #D0526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.6%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 52.26%
G = 20.6%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0526C (or 0xD0526C) is known color: Cabaret. HEX triplet: D0, 52 and 6C. RGB value is (208,82,108). Sum of RGB (Red+Green+Blue) = 208+82+108=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0526C is #2FAD93. Grayscale: #7A7A7A. Windows color (decimal): -3124628 or 7099088. OLE color: 7099088.

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

Color convert

RGB 208 82 108 -
CMYK 0 0.61 0.48 0.18
HSL 347.62º 0.57% 0.57% -
HSV(B) 347.62º 0.61% 0.82% -
XYZ 31.74 20.53 16.48 -
YUV 122.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 208 82 108 0 0.61 0.48 0.18 347.62 0.57 0.57
Hex D0 52 6C 0 3D 30 12 15C 39 39
Octal 320 122 154 0 75 60 22 534 71 71
Binary 11010000 1010010 1101100 0 111101 110000 10010 101011100 111001 111001

Color Harmonies of #D0526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0526C

Black with #D0526C

Text Example


Text Example

White with #D0526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0526C; }

 p { color: rgb(208,82,108); }

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

background-color css

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

 a { background-color: rgb(208,82,108); }

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

border-color css

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

 span { border-color: rgb(208,82,108); }

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