Html Css Color HEX #D7036D Ruby

📋 copy color: '#D7036D'

red 215 ◦ green 3 ◦ blue 109

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

Shades of Ruby #D7036D

Tints of Ruby #D7036D

RGB

 RED value IS 215 (84.38% from 255) = 65.75%

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

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

R = 65.75%
G = 0.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7036D (or 0xD7036D) is known color: Ruby. HEX triplet: D7, 03 and 6D. RGB value is (215,3,109). Sum of RGB (Red+Green+Blue) = 215+3+109=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7036D is #28FC92. Grayscale: #4E4E4E. Windows color (decimal): -2686099 or 7144407. OLE color: 7144407.

HSL color Cylindrical-coordinate representation of color #D7036D: hue angle of 330º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7036D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 109 -
CMYK 0 0.99 0.49 0.16
HSL 330º 0.97% 0.43% -
HSV(B) 330º 0.99% 0.84% -
XYZ 30.82 15.62 15.86 -
YUV 78.47 145.24 225.38 -
System Red Green Blue C M Y K H S L
Decimal 215 3 109 0 0.99 0.49 0.16 330 0.97 0.43
Hex D7 3 6D 0 63 31 10 14A 61 2B
Octal 327 3 155 0 143 61 20 512 141 53
Binary 11010111 11 1101101 0 1100011 110001 10000 101001010 1100001 101011

Color Harmonies of #D7036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7036D

Black with #D7036D

Text Example


Text Example

White with #D7036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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