Html Css Color HEX #D2085D Ruby

📋 copy color: '#D2085D'

red 210 ◦ green 8 ◦ blue 93

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

Shades of Ruby #D2085D

Tints of Ruby #D2085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 67.52%
G = 2.57%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2085D (or 0xD2085D) is known color: Ruby. HEX triplet: D2, 08 and 5D. RGB value is (210,8,93). Sum of RGB (Red+Green+Blue) = 210+8+93=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2085D is #2DF7A2. Grayscale: #4D4D4D. Windows color (decimal): -3012515 or 6097106. OLE color: 6097106.

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

Color convert

RGB 210 8 93 -
CMYK 0 0.96 0.56 0.18
HSL 334.75º 0.93% 0.43% -
HSV(B) 334.75º 0.96% 0.82% -
XYZ 28.64 14.67 11.68 -
YUV 78.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 210 8 93 0 0.96 0.56 0.18 334.75 0.93 0.43
Hex D2 8 5D 0 60 38 12 14F 5D 2B
Octal 322 10 135 0 140 70 22 517 135 53
Binary 11010010 1000 1011101 0 1100000 111000 10010 101001111 1011101 101011

Color Harmonies of #D2085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2085D

Black with #D2085D

Text Example


Text Example

White with #D2085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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