Html Css Color HEX #D01865 Ruby

📋 copy color: '#D01865'

red 208 ◦ green 24 ◦ blue 101

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

Shades of Ruby #D01865

Tints of Ruby #D01865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 62.46%
G = 7.21%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D01865 (or 0xD01865) is known color: Ruby. HEX triplet: D0, 18 and 65. RGB value is (208,24,101). Sum of RGB (Red+Green+Blue) = 208+24+101=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D01865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01865 is #2FE79A. Grayscale: #575757. Windows color (decimal): -3139483 or 6625488. OLE color: 6625488.

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

Color convert

RGB 208 24 101 -
CMYK 0 0.88 0.51 0.18
HSL 334.89º 0.79% 0.45% -
HSV(B) 334.89º 0.88% 0.82% -
XYZ 28.69 15 13.7 -
YUV 87.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 208 24 101 0 0.88 0.51 0.18 334.89 0.79 0.45
Hex D0 18 65 0 58 33 12 14F 4F 2D
Octal 320 30 145 0 130 63 22 517 117 55
Binary 11010000 11000 1100101 0 1011000 110011 10010 101001111 1001111 101101

Color Harmonies of #D01865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01865

Black with #D01865

Text Example


Text Example

White with #D01865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01865; }

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

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

background-color css

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

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

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

border-color css

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

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

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