Html Css Color HEX #D0026F Ruby

📋 copy color: '#D0026F'

red 208 ◦ green 2 ◦ blue 111

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

Shades of Ruby #D0026F

Tints of Ruby #D0026F

RGB

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

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

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

R = 64.8%
G = 0.62%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0026F (or 0xD0026F) is known color: Ruby. HEX triplet: D0, 02 and 6F. RGB value is (208,2,111). Sum of RGB (Red+Green+Blue) = 208+2+111=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0026F is #2FFD90. Grayscale: #4B4B4B. Windows color (decimal): -3145105 or 7275216. OLE color: 7275216.

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

Color convert

RGB 208 2 111 -
CMYK 0 0.99 0.47 0.18
HSL 328.25º 0.98% 0.41% -
HSV(B) 328.25º 0.99% 0.82% -
XYZ 28.9 14.6 16.33 -
YUV 76.02 147.75 222.14 -
System Red Green Blue C M Y K H S L
Decimal 208 2 111 0 0.99 0.47 0.18 328.25 0.98 0.41
Hex D0 2 6F 0 63 2F 12 148 62 29
Octal 320 2 157 0 143 57 22 510 142 51
Binary 11010000 10 1101111 0 1100011 101111 10010 101001000 1100010 101001

Color Harmonies of #D0026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0026F

Black with #D0026F

Text Example


Text Example

White with #D0026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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