Html Css Color HEX #D12062 Ruby

📋 copy color: '#D12062'

red 209 ◦ green 32 ◦ blue 98

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

Shades of Ruby #D12062

Tints of Ruby #D12062

RGB

 RED value IS 209 (82.03% from 255) = 61.65%

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 61.65%
G = 9.44%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D12062 (or 0xD12062) is known color: Ruby. HEX triplet: D1, 20 and 62. RGB value is (209,32,98). Sum of RGB (Red+Green+Blue) = 209+32+98=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D12062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12062 is #2EDF9D. Grayscale: #5C5C5C. Windows color (decimal): -3071902 or 6430929. OLE color: 6430929.

HSL color Cylindrical-coordinate representation of color #D12062: hue angle of 337.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12062 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 98 -
CMYK 0 0.85 0.53 0.18
HSL 337.63º 0.73% 0.47% -
HSV(B) 337.63º 0.85% 0.82% -
XYZ 29.02 15.47 13.01 -
YUV 92.45 131.14 211.13 -
System Red Green Blue C M Y K H S L
Decimal 209 32 98 0 0.85 0.53 0.18 337.63 0.73 0.47
Hex D1 20 62 0 55 35 12 152 49 2F
Octal 321 40 142 0 125 65 22 522 111 57
Binary 11010001 100000 1100010 0 1010101 110101 10010 101010010 1001001 101111

Color Harmonies of #D12062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12062

Black with #D12062

Text Example


Text Example

White with #D12062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12062; }

 p { color: rgb(209,32,98); }

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

background-color css

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

 a { background-color: rgb(209,32,98); }

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

border-color css

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

 span { border-color: rgb(209,32,98); }

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