Html Css Color HEX #D0026B Ruby

📋 copy color: '#D0026B'

red 208 ◦ green 2 ◦ blue 107

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

Shades of Ruby #D0026B

Tints of Ruby #D0026B

RGB

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

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

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

R = 65.62%
G = 0.63%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0026B (or 0xD0026B) is known color: Ruby. HEX triplet: D0, 02 and 6B. RGB value is (208,2,107). Sum of RGB (Red+Green+Blue) = 208+2+107=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0026B is #2FFD94. Grayscale: #4B4B4B. Windows color (decimal): -3145109 or 7013072. OLE color: 7013072.

HSL color Cylindrical-coordinate representation of color #D0026B: hue angle of 329.42º degrees, saturation: 0.98, 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 #D0026B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 107 -
CMYK 0 0.99 0.49 0.18
HSL 329.42º 0.98% 0.41% -
HSV(B) 329.42º 0.99% 0.82% -
XYZ 28.69 14.51 15.2 -
YUV 75.56 145.75 222.46 -
System Red Green Blue C M Y K H S L
Decimal 208 2 107 0 0.99 0.49 0.18 329.42 0.98 0.41
Hex D0 2 6B 0 63 31 12 149 62 29
Octal 320 2 153 0 143 61 22 511 142 51
Binary 11010000 10 1101011 0 1100011 110001 10010 101001001 1100010 101001

Color Harmonies of #D0026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0026B

Black with #D0026B

Text Example


Text Example

White with #D0026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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