Html Css Color HEX #D9206B Ruby

📋 copy color: '#D9206B'

red 217 ◦ green 32 ◦ blue 107

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

Shades of Ruby #D9206B

Tints of Ruby #D9206B

RGB

 RED value IS 217 (85.16% from 255) = 60.96%

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

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

R = 60.96%
G = 8.99%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9206B (or 0xD9206B) is known color: Ruby. HEX triplet: D9, 20 and 6B. RGB value is (217,32,107). Sum of RGB (Red+Green+Blue) = 217+32+107=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D9206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9206B is #26DF94. Grayscale: #5F5F5F. Windows color (decimal): -2547605 or 7020761. OLE color: 7020761.

HSL color Cylindrical-coordinate representation of color #D9206B: hue angle of 335.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9206B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 107 -
CMYK 0 0.85 0.51 0.15
HSL 335.68º 0.74% 0.49% -
HSV(B) 335.68º 0.85% 0.85% -
XYZ 31.79 16.85 15.49 -
YUV 95.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 217 32 107 0 0.85 0.51 0.15 335.68 0.74 0.49
Hex D9 20 6B 0 55 33 F 150 4A 31
Octal 331 40 153 0 125 63 17 520 112 61
Binary 11011001 100000 1101011 0 1010101 110011 1111 101010000 1001010 110001

Color Harmonies of #D9206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9206B

Black with #D9206B

Text Example


Text Example

White with #D9206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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