Html Css Color HEX #D2205D Ruby

📋 copy color: '#D2205D'

red 210 ◦ green 32 ◦ blue 93

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

Shades of Ruby #D2205D

Tints of Ruby #D2205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 62.69%
G = 9.55%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2205D (or 0xD2205D) is known color: Ruby. HEX triplet: D2, 20 and 5D. RGB value is (210,32,93). Sum of RGB (Red+Green+Blue) = 210+32+93=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2205D is #2DDFA2. Grayscale: #5C5C5C. Windows color (decimal): -3006371 or 6103250. OLE color: 6103250.

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

Color convert

RGB 210 32 93 -
CMYK 0 0.85 0.56 0.18
HSL 339.44º 0.74% 0.47% -
HSV(B) 339.44º 0.85% 0.82% -
XYZ 29.07 15.52 11.82 -
YUV 92.18 128.47 212.04 -
System Red Green Blue C M Y K H S L
Decimal 210 32 93 0 0.85 0.56 0.18 339.44 0.74 0.47
Hex D2 20 5D 0 55 38 12 153 4A 2F
Octal 322 40 135 0 125 70 22 523 112 57
Binary 11010010 100000 1011101 0 1010101 111000 10010 101010011 1001010 101111

Color Harmonies of #D2205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2205D

Black with #D2205D

Text Example


Text Example

White with #D2205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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