Html Css Color HEX #D01258 Ruby

📋 copy color: '#D01258'

red 208 ◦ green 18 ◦ blue 88

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

Shades of Ruby #D01258

Tints of Ruby #D01258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.73%

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 66.24%
G = 5.73%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D01258 (or 0xD01258) is known color: Ruby. HEX triplet: D0, 12 and 58. RGB value is (208,18,88). Sum of RGB (Red+Green+Blue) = 208+18+88=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D01258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01258 is #2FEDA7. Grayscale: #525252. Windows color (decimal): -3141032 or 5771984. OLE color: 5771984.

HSL color Cylindrical-coordinate representation of color #D01258: hue angle of 337.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01258 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 88 -
CMYK 0 0.91 0.58 0.18
HSL 337.89º 0.84% 0.44% -
HSV(B) 337.89º 0.91% 0.82% -
XYZ 27.99 14.55 10.57 -
YUV 82.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 208 18 88 0 0.91 0.58 0.18 337.89 0.84 0.44
Hex D0 12 58 0 5B 3A 12 152 54 2C
Octal 320 22 130 0 133 72 22 522 124 54
Binary 11010000 10010 1011000 0 1011011 111010 10010 101010010 1010100 101100

Color Harmonies of #D01258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01258

Black with #D01258

Text Example


Text Example

White with #D01258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01258; }

 p { color: rgb(208,18,88); }

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

background-color css

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

 a { background-color: rgb(208,18,88); }

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

border-color css

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

 span { border-color: rgb(208,18,88); }

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