Html Css Color HEX #D0036D Ruby

📋 copy color: '#D0036D'

red 208 ◦ green 3 ◦ blue 109

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

Shades of Ruby #D0036D

Tints of Ruby #D0036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 65%
G = 0.94%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0036D (or 0xD0036D) is known color: Ruby. HEX triplet: D0, 03 and 6D. RGB value is (208,3,109). Sum of RGB (Red+Green+Blue) = 208+3+109=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0036D is #2FFC92. Grayscale: #4C4C4C. Windows color (decimal): -3144851 or 7144400. OLE color: 7144400.

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

Color convert

RGB 208 3 109 -
CMYK 0 0.99 0.48 0.18
HSL 328.98º 0.97% 0.41% -
HSV(B) 328.98º 0.99% 0.82% -
XYZ 28.81 14.58 15.76 -
YUV 76.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 208 3 109 0 0.99 0.48 0.18 328.98 0.97 0.41
Hex D0 3 6D 0 63 30 12 149 61 29
Octal 320 3 155 0 143 60 22 511 141 51
Binary 11010000 11 1101101 0 1100011 110000 10010 101001001 1100001 101001

Color Harmonies of #D0036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0036D

Black with #D0036D

Text Example


Text Example

White with #D0036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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