Html Css Color HEX #D2205C Ruby

📋 copy color: '#D2205C'

red 210 ◦ green 32 ◦ blue 92

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

Shades of Ruby #D2205C

Tints of Ruby #D2205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 62.87%
G = 9.58%
B = 27.54%

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

#D2205C (or 0xD2205C) is known color: Ruby. HEX triplet: D2, 20 and 5C. RGB value is (210,32,92). Sum of RGB (Red+Green+Blue) = 210+32+92=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2205C is #2DDFA3. Grayscale: #5C5C5C. Windows color (decimal): -3006372 or 6037714. OLE color: 6037714.

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

Color convert

RGB 210 32 92 -
CMYK 0 0.85 0.56 0.18
HSL 339.78º 0.74% 0.47% -
HSV(B) 339.78º 0.85% 0.82% -
XYZ 29.03 15.51 11.59 -
YUV 92.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 210 32 92 0 0.85 0.56 0.18 339.78 0.74 0.47
Hex D2 20 5C 0 55 38 12 154 4A 2F
Octal 322 40 134 0 125 70 22 524 112 57
Binary 11010010 100000 1011100 0 1010101 111000 10010 101010100 1001010 101111

Color Harmonies of #D2205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2205C

Black with #D2205C

Text Example


Text Example

White with #D2205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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