Html Css Color HEX #D2206A Ruby

📋 copy color: '#D2206A'

red 210 ◦ green 32 ◦ blue 106

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

Shades of Ruby #D2206A

Tints of Ruby #D2206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 60.34%
G = 9.2%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2206A (or 0xD2206A) is known color: Ruby. HEX triplet: D2, 20 and 6A. RGB value is (210,32,106). Sum of RGB (Red+Green+Blue) = 210+32+106=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D2206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2206A is #2DDF95. Grayscale: #5D5D5D. Windows color (decimal): -3006358 or 6955218. OLE color: 6955218.

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

Color convert

RGB 210 32 106 -
CMYK 0 0.85 0.50 0.18
HSL 335.06º 0.74% 0.47% -
HSV(B) 335.06º 0.85% 0.82% -
XYZ 29.7 15.78 15.12 -
YUV 93.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 210 32 106 0 0.85 0.50 0.18 335.06 0.74 0.47
Hex D2 20 6A 0 55 32 12 14F 4A 2F
Octal 322 40 152 0 125 62 22 517 112 57
Binary 11010010 100000 1101010 0 1010101 110010 10010 101001111 1001010 101111

Color Harmonies of #D2206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2206A

Black with #D2206A

Text Example


Text Example

White with #D2206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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