Html Css Color HEX #D2026E Ruby

📋 copy color: '#D2026E'

red 210 ◦ green 2 ◦ blue 110

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

Shades of Ruby #D2026E

Tints of Ruby #D2026E

RGB

 RED value IS 210 (82.42% from 255) = 65.22%

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

 BLUE value IS 110 (43.36% from 255) = 34.16%

R = 65.22%
G = 0.62%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2026E (or 0xD2026E) is known color: Ruby. HEX triplet: D2, 02 and 6E. RGB value is (210,2,110). Sum of RGB (Red+Green+Blue) = 210+2+110=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2026E is #2DFD91. Grayscale: #4C4C4C. Windows color (decimal): -3014034 or 7209682. OLE color: 7209682.

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

Color convert

RGB 210 2 110 -
CMYK 0 0.99 0.48 0.18
HSL 328.85º 0.98% 0.42% -
HSV(B) 328.85º 0.99% 0.82% -
XYZ 29.41 14.87 16.07 -
YUV 76.5 146.91 223.22 -
System Red Green Blue C M Y K H S L
Decimal 210 2 110 0 0.99 0.48 0.18 328.85 0.98 0.42
Hex D2 2 6E 0 63 30 12 149 62 2A
Octal 322 2 156 0 143 60 22 511 142 52
Binary 11010010 10 1101110 0 1100011 110000 10010 101001001 1100010 101010

Color Harmonies of #D2026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2026E

Black with #D2026E

Text Example


Text Example

White with #D2026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2026E; }

 p { color: rgb(210,2,110); }

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

background-color css

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

 a { background-color: rgb(210,2,110); }

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

border-color css

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

 span { border-color: rgb(210,2,110); }

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