Html Css Color HEX #D20270 Ruby

📋 copy color: '#D20270'

red 210 ◦ green 2 ◦ blue 112

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

Shades of Ruby #D20270

Tints of Ruby #D20270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 64.81%
G = 0.62%
B = 34.57%

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

#D20270 (or 0xD20270) is known color: Ruby. HEX triplet: D2, 02 and 70. RGB value is (210,2,112). Sum of RGB (Red+Green+Blue) = 210+2+112=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D20270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20270 is #2DFD8F. Grayscale: #4C4C4C. Windows color (decimal): -3014032 or 7340754. OLE color: 7340754.

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

Color convert

RGB 210 2 112 -
CMYK 0 0.99 0.47 0.18
HSL 328.27º 0.98% 0.42% -
HSV(B) 328.27º 0.99% 0.82% -
XYZ 29.52 14.91 16.65 -
YUV 76.73 147.91 223.06 -
System Red Green Blue C M Y K H S L
Decimal 210 2 112 0 0.99 0.47 0.18 328.27 0.98 0.42
Hex D2 2 70 0 63 2F 12 148 62 2A
Octal 322 2 160 0 143 57 22 510 142 52
Binary 11010010 10 1110000 0 1100011 101111 10010 101001000 1100010 101010

Color Harmonies of #D20270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20270

Black with #D20270

Text Example


Text Example

White with #D20270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20270; }

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

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

background-color css

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

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

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

border-color css

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

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

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