Html Css Color HEX #D6036F Ruby

📋 copy color: '#D6036F'

red 214 ◦ green 3 ◦ blue 111

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

Shades of Ruby #D6036F

Tints of Ruby #D6036F

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

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

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

R = 65.24%
G = 0.91%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6036F (or 0xD6036F) is known color: Ruby. HEX triplet: D6, 03 and 6F. RGB value is (214,3,111). Sum of RGB (Red+Green+Blue) = 214+3+111=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6036F is #29FC90. Grayscale: #4E4E4E. Windows color (decimal): -2751633 or 7275478. OLE color: 7275478.

HSL color Cylindrical-coordinate representation of color #D6036F: hue angle of 329.29º 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 #D6036F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 111 -
CMYK 0 0.99 0.48 0.16
HSL 329.29º 0.97% 0.43% -
HSV(B) 329.29º 0.99% 0.84% -
XYZ 30.63 15.51 16.42 -
YUV 78.4 146.4 224.72 -
System Red Green Blue C M Y K H S L
Decimal 214 3 111 0 0.99 0.48 0.16 329.29 0.97 0.43
Hex D6 3 6F 0 63 30 10 149 61 2B
Octal 326 3 157 0 143 60 20 511 141 53
Binary 11010110 11 1101111 0 1100011 110000 10000 101001001 1100001 101011

Color Harmonies of #D6036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6036F

Black with #D6036F

Text Example


Text Example

White with #D6036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6036F; }

 p { color: rgb(214,3,111); }

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

background-color css

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

 a { background-color: rgb(214,3,111); }

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

border-color css

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

 span { border-color: rgb(214,3,111); }

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