Html Css Color HEX #D2095C Ruby

📋 copy color: '#D2095C'

red 210 ◦ green 9 ◦ blue 92

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

Shades of Ruby #D2095C

Tints of Ruby #D2095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.89%

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 67.52%
G = 2.89%
B = 29.58%

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

#D2095C (or 0xD2095C) is known color: Ruby. HEX triplet: D2, 09 and 5C. RGB value is (210,9,92). Sum of RGB (Red+Green+Blue) = 210+9+92=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2095C is #2DF6A3. Grayscale: #4E4E4E. Windows color (decimal): -3012260 or 6031826. OLE color: 6031826.

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

Color convert

RGB 210 9 92 -
CMYK 0 0.96 0.56 0.18
HSL 335.22º 0.92% 0.43% -
HSV(B) 335.22º 0.96% 0.82% -
XYZ 28.61 14.67 11.45 -
YUV 78.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 210 9 92 0 0.96 0.56 0.18 335.22 0.92 0.43
Hex D2 9 5C 0 60 38 12 14F 5C 2B
Octal 322 11 134 0 140 70 22 517 134 53
Binary 11010010 1001 1011100 0 1100000 111000 10010 101001111 1011100 101011

Color Harmonies of #D2095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2095C

Black with #D2095C

Text Example


Text Example

White with #D2095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2095C; }

 p { color: rgb(210,9,92); }

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

background-color css

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

 a { background-color: rgb(210,9,92); }

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

border-color css

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

 span { border-color: rgb(210,9,92); }

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