Html Css Color HEX #D0155E Ruby

📋 copy color: '#D0155E'

red 208 ◦ green 21 ◦ blue 94

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

Shades of Ruby #D0155E

Tints of Ruby #D0155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.5%

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 64.4%
G = 6.5%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0155E (or 0xD0155E) is known color: Ruby. HEX triplet: D0, 15 and 5E. RGB value is (208,21,94). Sum of RGB (Red+Green+Blue) = 208+21+94=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0155E is #2FEAA1. Grayscale: #555555. Windows color (decimal): -3140258 or 6165968. OLE color: 6165968.

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

Color convert

RGB 208 21 94 -
CMYK 0 0.90 0.55 0.18
HSL 336.58º 0.82% 0.45% -
HSV(B) 336.58º 0.9% 0.82% -
XYZ 28.3 14.75 11.95 -
YUV 85.24 132.95 215.56 -
System Red Green Blue C M Y K H S L
Decimal 208 21 94 0 0.90 0.55 0.18 336.58 0.82 0.45
Hex D0 15 5E 0 5A 37 12 151 52 2D
Octal 320 25 136 0 132 67 22 521 122 55
Binary 11010000 10101 1011110 0 1011010 110111 10010 101010001 1010010 101101

Color Harmonies of #D0155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0155E

Black with #D0155E

Text Example


Text Example

White with #D0155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0155E; }

 p { color: rgb(208,21,94); }

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

background-color css

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

 a { background-color: rgb(208,21,94); }

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

border-color css

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

 span { border-color: rgb(208,21,94); }

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