Html Css Color HEX #D01565 Ruby

📋 copy color: '#D01565'

red 208 ◦ green 21 ◦ blue 101

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

Shades of Ruby #D01565

Tints of Ruby #D01565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

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

R = 63.03%
G = 6.36%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D01565 (or 0xD01565) is known color: Ruby. HEX triplet: D0, 15 and 65. RGB value is (208,21,101). Sum of RGB (Red+Green+Blue) = 208+21+101=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D01565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01565 is #2FEA9A. Grayscale: #555555. Windows color (decimal): -3140251 or 6624720. OLE color: 6624720.

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

Color convert

RGB 208 21 101 -
CMYK 0 0.90 0.51 0.18
HSL 334.33º 0.82% 0.45% -
HSV(B) 334.33º 0.9% 0.82% -
XYZ 28.63 14.89 13.68 -
YUV 86.03 136.45 215 -
System Red Green Blue C M Y K H S L
Decimal 208 21 101 0 0.90 0.51 0.18 334.33 0.82 0.45
Hex D0 15 65 0 5A 33 12 14E 52 2D
Octal 320 25 145 0 132 63 22 516 122 55
Binary 11010000 10101 1100101 0 1011010 110011 10010 101001110 1010010 101101

Color Harmonies of #D01565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01565

Black with #D01565

Text Example


Text Example

White with #D01565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01565; }

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

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

background-color css

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

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

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

border-color css

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

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

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