Html Css Color HEX #D0486D Cabaret

📋 copy color: '#D0486D'

red 208 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #D0486D

Tints of Cabaret #D0486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

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

R = 53.47%
G = 18.51%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0486D (or 0xD0486D) is known color: Cabaret. HEX triplet: D0, 48 and 6D. RGB value is (208,72,109). Sum of RGB (Red+Green+Blue) = 208+72+109=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0486D is #2FB792. Grayscale: #747474. Windows color (decimal): -3127187 or 7162064. OLE color: 7162064.

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

Color convert

RGB 208 72 109 -
CMYK 0 0.65 0.48 0.18
HSL 343.68º 0.59% 0.55% -
HSV(B) 343.68º 0.65% 0.82% -
XYZ 31.09 19.15 16.53 -
YUV 116.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 208 72 109 0 0.65 0.48 0.18 343.68 0.59 0.55
Hex D0 48 6D 0 41 30 12 158 3B 37
Octal 320 110 155 0 101 60 22 530 73 67
Binary 11010000 1001000 1101101 0 1000001 110000 10010 101011000 111011 110111

Color Harmonies of #D0486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0486D

Black with #D0486D

Text Example


Text Example

White with #D0486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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