Html Css Color HEX #D2205A Ruby

📋 copy color: '#D2205A'

red 210 ◦ green 32 ◦ blue 90

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

Shades of Ruby #D2205A

Tints of Ruby #D2205A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 63.25%
G = 9.64%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2205A (or 0xD2205A) is known color: Ruby. HEX triplet: D2, 20 and 5A. RGB value is (210,32,90). Sum of RGB (Red+Green+Blue) = 210+32+90=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D2205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2205A is #2DDFA5. Grayscale: #5B5B5B. Windows color (decimal): -3006374 or 5906642. OLE color: 5906642.

HSL color Cylindrical-coordinate representation of color #D2205A: hue angle of 340.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2205A is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 90 -
CMYK 0 0.85 0.57 0.18
HSL 340.45º 0.74% 0.47% -
HSV(B) 340.45º 0.85% 0.82% -
XYZ 28.94 15.47 11.13 -
YUV 91.83 126.97 212.28 -
System Red Green Blue C M Y K H S L
Decimal 210 32 90 0 0.85 0.57 0.18 340.45 0.74 0.47
Hex D2 20 5A 0 55 39 12 154 4A 2F
Octal 322 40 132 0 125 71 22 524 112 57
Binary 11010010 100000 1011010 0 1010101 111001 10010 101010100 1001010 101111

Color Harmonies of #D2205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2205A

Black with #D2205A

Text Example


Text Example

White with #D2205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2205A; }

 p { color: rgb(210,32,90); }

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

background-color css

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

 a { background-color: rgb(210,32,90); }

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

border-color css

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

 span { border-color: rgb(210,32,90); }

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