Html Css Color HEX #D0056E Ruby

📋 copy color: '#D0056E'

red 208 ◦ green 5 ◦ blue 110

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

Shades of Ruby #D0056E

Tints of Ruby #D0056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.55%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 64.4%
G = 1.55%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0056E (or 0xD0056E) is known color: Ruby. HEX triplet: D0, 05 and 6E. RGB value is (208,5,110). Sum of RGB (Red+Green+Blue) = 208+5+110=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0056E is #2FFA91. Grayscale: #4D4D4D. Windows color (decimal): -3144338 or 7210448. OLE color: 7210448.

HSL color Cylindrical-coordinate representation of color #D0056E: hue angle of 328.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0056E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 110 -
CMYK 0 0.98 0.47 0.18
HSL 328.97º 0.95% 0.42% -
HSV(B) 328.97º 0.98% 0.82% -
XYZ 28.88 14.64 16.06 -
YUV 77.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 208 5 110 0 0.98 0.47 0.18 328.97 0.95 0.42
Hex D0 5 6E 0 62 2F 12 149 5F 2A
Octal 320 5 156 0 142 57 22 511 137 52
Binary 11010000 101 1101110 0 1100010 101111 10010 101001001 1011111 101010

Color Harmonies of #D0056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0056E

Black with #D0056E

Text Example


Text Example

White with #D0056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0056E; }

 p { color: rgb(208,5,110); }

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

background-color css

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

 a { background-color: rgb(208,5,110); }

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

border-color css

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

 span { border-color: rgb(208,5,110); }

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