Html Css Color HEX #D01F62 Ruby

📋 copy color: '#D01F62'

red 208 ◦ green 31 ◦ blue 98

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

Shades of Ruby #D01F62

Tints of Ruby #D01F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.2%

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 61.72%
G = 9.2%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D01F62 (or 0xD01F62) is known color: Ruby. HEX triplet: D0, 1F and 62. RGB value is (208,31,98). Sum of RGB (Red+Green+Blue) = 208+31+98=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D01F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01F62 is #2FE09D. Grayscale: #5B5B5B. Windows color (decimal): -3137694 or 6430672. OLE color: 6430672.

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

Color convert

RGB 208 31 98 -
CMYK 0 0.85 0.53 0.18
HSL 337.29º 0.74% 0.47% -
HSV(B) 337.29º 0.85% 0.82% -
XYZ 28.71 15.27 12.99 -
YUV 91.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 208 31 98 0 0.85 0.53 0.18 337.29 0.74 0.47
Hex D0 1F 62 0 55 35 12 151 4A 2F
Octal 320 37 142 0 125 65 22 521 112 57
Binary 11010000 11111 1100010 0 1010101 110101 10010 101010001 1001010 101111

Color Harmonies of #D01F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01F62

Black with #D01F62

Text Example


Text Example

White with #D01F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01F62; }

 p { color: rgb(208,31,98); }

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

background-color css

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

 a { background-color: rgb(208,31,98); }

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

border-color css

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

 span { border-color: rgb(208,31,98); }

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