Html Css Color HEX #D0556B Cabaret

📋 copy color: '#D0556B'

red 208 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #D0556B

Tints of Cabaret #D0556B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 52%
G = 21.25%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0556B (or 0xD0556B) is known color: Cabaret. HEX triplet: D0, 55 and 6B. RGB value is (208,85,107). Sum of RGB (Red+Green+Blue) = 208+85+107=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0556B is #2FAA94. Grayscale: #7C7C7C. Windows color (decimal): -3123861 or 7034320. OLE color: 7034320.

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

Color convert

RGB 208 85 107 -
CMYK 0 0.59 0.49 0.18
HSL 349.27º 0.57% 0.57% -
HSV(B) 349.27º 0.59% 0.82% -
XYZ 31.91 20.97 16.28 -
YUV 124.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 208 85 107 0 0.59 0.49 0.18 349.27 0.57 0.57
Hex D0 55 6B 0 3B 31 12 15D 39 39
Octal 320 125 153 0 73 61 22 535 71 71
Binary 11010000 1010101 1101011 0 111011 110001 10010 101011101 111001 111001

Color Harmonies of #D0556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0556B

Black with #D0556B

Text Example


Text Example

White with #D0556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0556B; }

 p { color: rgb(208,85,107); }

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

background-color css

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

 a { background-color: rgb(208,85,107); }

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

border-color css

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

 span { border-color: rgb(208,85,107); }

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