Html Css Color HEX #D2026B Ruby

📋 copy color: '#D2026B'

red 210 ◦ green 2 ◦ blue 107

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

Shades of Ruby #D2026B

Tints of Ruby #D2026B

RGB

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

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

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

R = 65.83%
G = 0.63%
B = 33.54%

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

#D2026B (or 0xD2026B) is known color: Ruby. HEX triplet: D2, 02 and 6B. RGB value is (210,2,107). Sum of RGB (Red+Green+Blue) = 210+2+107=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2026B is #2DFD94. Grayscale: #4B4B4B. Windows color (decimal): -3014037 or 7013074. OLE color: 7013074.

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

Color convert

RGB 210 2 107 -
CMYK 0 0.99 0.49 0.18
HSL 329.71º 0.98% 0.42% -
HSV(B) 329.71º 0.99% 0.82% -
XYZ 29.25 14.81 15.23 -
YUV 76.16 145.41 223.46 -
System Red Green Blue C M Y K H S L
Decimal 210 2 107 0 0.99 0.49 0.18 329.71 0.98 0.42
Hex D2 2 6B 0 63 31 12 14A 62 2A
Octal 322 2 153 0 143 61 22 512 142 52
Binary 11010010 10 1101011 0 1100011 110001 10010 101001010 1100010 101010

Color Harmonies of #D2026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2026B

Black with #D2026B

Text Example


Text Example

White with #D2026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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