Html Css Color HEX #D2096C Ruby

📋 copy color: '#D2096C'

red 210 ◦ green 9 ◦ blue 108

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

Shades of Ruby #D2096C

Tints of Ruby #D2096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 64.22%
G = 2.75%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2096C (or 0xD2096C) is known color: Ruby. HEX triplet: D2, 09 and 6C. RGB value is (210,9,108). Sum of RGB (Red+Green+Blue) = 210+9+108=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2096C is #2DF693. Grayscale: #505050. Windows color (decimal): -3012244 or 7080402. OLE color: 7080402.

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

Color convert

RGB 210 9 108 -
CMYK 0 0.96 0.49 0.18
HSL 330.45º 0.92% 0.43% -
HSV(B) 330.45º 0.96% 0.82% -
XYZ 29.38 14.98 15.53 -
YUV 80.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 210 9 108 0 0.96 0.49 0.18 330.45 0.92 0.43
Hex D2 9 6C 0 60 31 12 14A 5C 2B
Octal 322 11 154 0 140 61 22 512 134 53
Binary 11010010 1001 1101100 0 1100000 110001 10010 101001010 1011100 101011

Color Harmonies of #D2096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2096C

Black with #D2096C

Text Example


Text Example

White with #D2096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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