Html Css Color HEX #D2085B Ruby

📋 copy color: '#D2085B'

red 210 ◦ green 8 ◦ blue 91

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

Shades of Ruby #D2085B

Tints of Ruby #D2085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.59%

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 67.96%
G = 2.59%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2085B (or 0xD2085B) is known color: Ruby. HEX triplet: D2, 08 and 5B. RGB value is (210,8,91). Sum of RGB (Red+Green+Blue) = 210+8+91=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D2085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2085B is #2DF7A4. Grayscale: #4D4D4D. Windows color (decimal): -3012517 or 5966034. OLE color: 5966034.

HSL color Cylindrical-coordinate representation of color #D2085B: hue angle of 335.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2085B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 91 -
CMYK 0 0.96 0.57 0.18
HSL 335.35º 0.93% 0.43% -
HSV(B) 335.35º 0.96% 0.82% -
XYZ 28.55 14.63 11.22 -
YUV 77.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 210 8 91 0 0.96 0.57 0.18 335.35 0.93 0.43
Hex D2 8 5B 0 60 39 12 14F 5D 2B
Octal 322 10 133 0 140 71 22 517 135 53
Binary 11010010 1000 1011011 0 1100000 111001 10010 101001111 1011101 101011

Color Harmonies of #D2085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2085B

Black with #D2085B

Text Example


Text Example

White with #D2085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2085B; }

 p { color: rgb(210,8,91); }

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

background-color css

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

 a { background-color: rgb(210,8,91); }

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

border-color css

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

 span { border-color: rgb(210,8,91); }

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