Html Css Color HEX #D6026F Ruby

📋 copy color: '#D6026F'

red 214 ◦ green 2 ◦ blue 111

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

Shades of Ruby #D6026F

Tints of Ruby #D6026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 65.44%
G = 0.61%
B = 33.94%

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

#D6026F (or 0xD6026F) is known color: Ruby. HEX triplet: D6, 02 and 6F. RGB value is (214,2,111). Sum of RGB (Red+Green+Blue) = 214+2+111=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6026F is #29FD90. Grayscale: #4D4D4D. Windows color (decimal): -2751889 or 7275222. OLE color: 7275222.

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

Color convert

RGB 214 2 111 -
CMYK 0 0.99 0.48 0.16
HSL 329.15º 0.98% 0.42% -
HSV(B) 329.15º 0.99% 0.84% -
XYZ 30.62 15.49 16.41 -
YUV 77.81 146.74 225.14 -
System Red Green Blue C M Y K H S L
Decimal 214 2 111 0 0.99 0.48 0.16 329.15 0.98 0.42
Hex D6 2 6F 0 63 30 10 149 62 2A
Octal 326 2 157 0 143 60 20 511 142 52
Binary 11010110 10 1101111 0 1100011 110000 10000 101001001 1100010 101010

Color Harmonies of #D6026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6026F

Black with #D6026F

Text Example


Text Example

White with #D6026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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