Html Css Color HEX #D01D6D Ruby

📋 copy color: '#D01D6D'

red 208 ◦ green 29 ◦ blue 109

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

Shades of Ruby #D01D6D

Tints of Ruby #D01D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 60.12%
G = 8.38%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D01D6D (or 0xD01D6D) is known color: Ruby. HEX triplet: D0, 1D and 6D. RGB value is (208,29,109). Sum of RGB (Red+Green+Blue) = 208+29+109=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D6D is #2FE292. Grayscale: #5B5B5B. Windows color (decimal): -3138195 or 7151056. OLE color: 7151056.

HSL color Cylindrical-coordinate representation of color #D01D6D: hue angle of 333.18º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D6D is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 109 -
CMYK 0 0.86 0.48 0.18
HSL 333.18º 0.76% 0.46% -
HSV(B) 333.18º 0.86% 0.82% -
XYZ 29.21 15.39 15.9 -
YUV 91.64 137.8 211 -
System Red Green Blue C M Y K H S L
Decimal 208 29 109 0 0.86 0.48 0.18 333.18 0.76 0.46
Hex D0 1D 6D 0 56 30 12 14D 4C 2E
Octal 320 35 155 0 126 60 22 515 114 56
Binary 11010000 11101 1101101 0 1010110 110000 10010 101001101 1001100 101110

Color Harmonies of #D01D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D6D

Black with #D01D6D

Text Example


Text Example

White with #D01D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D6D; }

 p { color: rgb(208,29,109); }

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

background-color css

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

 a { background-color: rgb(208,29,109); }

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

border-color css

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

 span { border-color: rgb(208,29,109); }

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