Html Css Color HEX #D00D6F Ruby

📋 copy color: '#D00D6F'

red 208 ◦ green 13 ◦ blue 111

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

Shades of Ruby #D00D6F

Tints of Ruby #D00D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 62.65%
G = 3.92%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D00D6F (or 0xD00D6F) is known color: Ruby. HEX triplet: D0, 0D and 6F. RGB value is (208,13,111). Sum of RGB (Red+Green+Blue) = 208+13+111=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00D6F is #2FF290. Grayscale: #525252. Windows color (decimal): -3142289 or 7278032. OLE color: 7278032.

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

Color convert

RGB 208 13 111 -
CMYK 0 0.94 0.47 0.18
HSL 329.85º 0.88% 0.43% -
HSV(B) 329.85º 0.94% 0.82% -
XYZ 29.03 14.85 16.37 -
YUV 82.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 208 13 111 0 0.94 0.47 0.18 329.85 0.88 0.43
Hex D0 D 6F 0 5E 2F 12 14A 58 2B
Octal 320 15 157 0 136 57 22 512 130 53
Binary 11010000 1101 1101111 0 1011110 101111 10010 101001010 1011000 101011

Color Harmonies of #D00D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D6F

Black with #D00D6F

Text Example


Text Example

White with #D00D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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