Html Css Color HEX #D01257 Ruby

📋 copy color: '#D01257'

red 208 ◦ green 18 ◦ blue 87

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

Shades of Ruby #D01257

Tints of Ruby #D01257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.8%

R = 66.45%
G = 5.75%
B = 27.8%

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

#D01257 (or 0xD01257) is known color: Ruby. HEX triplet: D0, 12 and 57. RGB value is (208,18,87). Sum of RGB (Red+Green+Blue) = 208+18+87=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D01257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01257 is #2FEDA8. Grayscale: #525252. Windows color (decimal): -3141033 or 5706448. OLE color: 5706448.

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

Color convert

RGB 208 18 87 -
CMYK 0 0.91 0.58 0.18
HSL 338.21º 0.84% 0.44% -
HSV(B) 338.21º 0.91% 0.82% -
XYZ 27.95 14.53 10.35 -
YUV 82.68 130.45 217.39 -
System Red Green Blue C M Y K H S L
Decimal 208 18 87 0 0.91 0.58 0.18 338.21 0.84 0.44
Hex D0 12 57 0 5B 3A 12 152 54 2C
Octal 320 22 127 0 133 72 22 522 124 54
Binary 11010000 10010 1010111 0 1011011 111010 10010 101010010 1010100 101100

Color Harmonies of #D01257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01257

Black with #D01257

Text Example


Text Example

White with #D01257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01257; }

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

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

background-color css

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

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

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

border-color css

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

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

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