Html Css Color HEX #D6026B Ruby

📋 copy color: '#D6026B'

red 214 ◦ green 2 ◦ blue 107

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

Shades of Ruby #D6026B

Tints of Ruby #D6026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 66.25%
G = 0.62%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6026B (or 0xD6026B) is known color: Ruby. HEX triplet: D6, 02 and 6B. RGB value is (214,2,107). Sum of RGB (Red+Green+Blue) = 214+2+107=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6026B is #29FD94. Grayscale: #4D4D4D. Windows color (decimal): -2751893 or 7013078. OLE color: 7013078.

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

Color convert

RGB 214 2 107 -
CMYK 0 0.99 0.50 0.16
HSL 330.28º 0.98% 0.42% -
HSV(B) 330.28º 0.99% 0.84% -
XYZ 30.41 15.4 15.28 -
YUV 77.36 144.74 225.46 -
System Red Green Blue C M Y K H S L
Decimal 214 2 107 0 0.99 0.50 0.16 330.28 0.98 0.42
Hex D6 2 6B 0 63 32 10 14A 62 2A
Octal 326 2 153 0 143 62 20 512 142 52
Binary 11010110 10 1101011 0 1100011 110010 10000 101001010 1100010 101010

Color Harmonies of #D6026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6026B

Black with #D6026B

Text Example


Text Example

White with #D6026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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