Html Css Color HEX #D01862 Ruby

📋 copy color: '#D01862'

red 208 ◦ green 24 ◦ blue 98

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

Shades of Ruby #D01862

Tints of Ruby #D01862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.27%

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

R = 63.03%
G = 7.27%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D01862 (or 0xD01862) is known color: Ruby. HEX triplet: D0, 18 and 62. RGB value is (208,24,98). Sum of RGB (Red+Green+Blue) = 208+24+98=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D01862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01862 is #2FE79D. Grayscale: #575757. Windows color (decimal): -3139486 or 6428880. OLE color: 6428880.

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

Color convert

RGB 208 24 98 -
CMYK 0 0.88 0.53 0.18
HSL 335.87º 0.79% 0.45% -
HSV(B) 335.87º 0.88% 0.82% -
XYZ 28.54 14.95 12.94 -
YUV 87.45 133.96 213.98 -
System Red Green Blue C M Y K H S L
Decimal 208 24 98 0 0.88 0.53 0.18 335.87 0.79 0.45
Hex D0 18 62 0 58 35 12 150 4F 2D
Octal 320 30 142 0 130 65 22 520 117 55
Binary 11010000 11000 1100010 0 1011000 110101 10010 101010000 1001111 101101

Color Harmonies of #D01862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01862

Black with #D01862

Text Example


Text Example

White with #D01862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01862; }

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

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

background-color css

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

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

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

border-color css

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

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

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