Html Css Color HEX #D0155D Ruby

📋 copy color: '#D0155D'

red 208 ◦ green 21 ◦ blue 93

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

Shades of Ruby #D0155D

Tints of Ruby #D0155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 64.6%
G = 6.52%
B = 28.88%

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

#D0155D (or 0xD0155D) is known color: Ruby. HEX triplet: D0, 15 and 5D. RGB value is (208,21,93). Sum of RGB (Red+Green+Blue) = 208+21+93=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0155D is #2FEAA2. Grayscale: #555555. Windows color (decimal): -3140259 or 6100432. OLE color: 6100432.

HSL color Cylindrical-coordinate representation of color #D0155D: hue angle of 336.9º 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 #D0155D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 93 -
CMYK 0 0.90 0.55 0.18
HSL 336.9º 0.82% 0.45% -
HSV(B) 336.9º 0.9% 0.82% -
XYZ 28.26 14.74 11.71 -
YUV 85.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 208 21 93 0 0.90 0.55 0.18 336.9 0.82 0.45
Hex D0 15 5D 0 5A 37 12 151 52 2D
Octal 320 25 135 0 132 67 22 521 122 55
Binary 11010000 10101 1011101 0 1011010 110111 10010 101010001 1010010 101101

Color Harmonies of #D0155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0155D

Black with #D0155D

Text Example


Text Example

White with #D0155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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