Html Css Color HEX #D2206B Ruby

📋 copy color: '#D2206B'

red 210 ◦ green 32 ◦ blue 107

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

Shades of Ruby #D2206B

Tints of Ruby #D2206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 60.17%
G = 9.17%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2206B (or 0xD2206B) is known color: Ruby. HEX triplet: D2, 20 and 6B. RGB value is (210,32,107). Sum of RGB (Red+Green+Blue) = 210+32+107=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2206B is #2DDF94. Grayscale: #5D5D5D. Windows color (decimal): -3006357 or 7020754. OLE color: 7020754.

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

Color convert

RGB 210 32 107 -
CMYK 0 0.85 0.49 0.18
HSL 334.72º 0.74% 0.47% -
HSV(B) 334.72º 0.85% 0.82% -
XYZ 29.75 15.8 15.39 -
YUV 93.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 210 32 107 0 0.85 0.49 0.18 334.72 0.74 0.47
Hex D2 20 6B 0 55 31 12 14F 4A 2F
Octal 322 40 153 0 125 61 22 517 112 57
Binary 11010010 100000 1101011 0 1010101 110001 10010 101001111 1001010 101111

Color Harmonies of #D2206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2206B

Black with #D2206B

Text Example


Text Example

White with #D2206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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