Html Css Color HEX #D00D63 Ruby

📋 copy color: '#D00D63'

red 208 ◦ green 13 ◦ blue 99

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

Shades of Ruby #D00D63

Tints of Ruby #D00D63

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 65%
G = 4.06%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D00D63 (or 0xD00D63) is known color: Ruby. HEX triplet: D0, 0D and 63. RGB value is (208,13,99). Sum of RGB (Red+Green+Blue) = 208+13+99=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D63 is #2FF29C. Grayscale: #505050. Windows color (decimal): -3142301 or 6491600. OLE color: 6491600.

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

Color convert

RGB 208 13 99 -
CMYK 0 0.94 0.52 0.18
HSL 333.54º 0.88% 0.43% -
HSV(B) 333.54º 0.94% 0.82% -
XYZ 28.41 14.6 13.12 -
YUV 81.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 208 13 99 0 0.94 0.52 0.18 333.54 0.88 0.43
Hex D0 D 63 0 5E 34 12 14E 58 2B
Octal 320 15 143 0 136 64 22 516 130 53
Binary 11010000 1101 1100011 0 1011110 110100 10010 101001110 1011000 101011

Color Harmonies of #D00D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D63

Black with #D00D63

Text Example


Text Example

White with #D00D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D63; }

 p { color: rgb(208,13,99); }

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

background-color css

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

 a { background-color: rgb(208,13,99); }

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

border-color css

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

 span { border-color: rgb(208,13,99); }

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