Html Css Color HEX #D2205B Ruby

📋 copy color: '#D2205B'

red 210 ◦ green 32 ◦ blue 91

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

Shades of Ruby #D2205B

Tints of Ruby #D2205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 63.06%
G = 9.61%
B = 27.33%

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

#D2205B (or 0xD2205B) is known color: Ruby. HEX triplet: D2, 20 and 5B. RGB value is (210,32,91). Sum of RGB (Red+Green+Blue) = 210+32+91=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2205B is #2DDFA4. Grayscale: #5B5B5B. Windows color (decimal): -3006373 or 5972178. OLE color: 5972178.

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

Color convert

RGB 210 32 91 -
CMYK 0 0.85 0.57 0.18
HSL 340.11º 0.74% 0.47% -
HSV(B) 340.11º 0.85% 0.82% -
XYZ 28.98 15.49 11.36 -
YUV 91.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 210 32 91 0 0.85 0.57 0.18 340.11 0.74 0.47
Hex D2 20 5B 0 55 39 12 154 4A 2F
Octal 322 40 133 0 125 71 22 524 112 57
Binary 11010010 100000 1011011 0 1010101 111001 10010 101010100 1001010 101111

Color Harmonies of #D2205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2205B

Black with #D2205B

Text Example


Text Example

White with #D2205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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