Html Css Color HEX #D2165F Ruby

📋 copy color: '#D2165F'

red 210 ◦ green 22 ◦ blue 95

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

Shades of Ruby #D2165F

Tints of Ruby #D2165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 64.22%
G = 6.73%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2165F (or 0xD2165F) is known color: Ruby. HEX triplet: D2, 16 and 5F. RGB value is (210,22,95). Sum of RGB (Red+Green+Blue) = 210+22+95=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2165F is #2DE9A0. Grayscale: #565656. Windows color (decimal): -3008929 or 6231762. OLE color: 6231762.

HSL color Cylindrical-coordinate representation of color #D2165F: hue angle of 336.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2165F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 95 -
CMYK 0 0.90 0.55 0.18
HSL 336.7º 0.81% 0.45% -
HSV(B) 336.7º 0.9% 0.82% -
XYZ 28.93 15.1 12.22 -
YUV 86.53 132.78 216.06 -
System Red Green Blue C M Y K H S L
Decimal 210 22 95 0 0.90 0.55 0.18 336.7 0.81 0.45
Hex D2 16 5F 0 5A 37 12 151 51 2D
Octal 322 26 137 0 132 67 22 521 121 55
Binary 11010010 10110 1011111 0 1011010 110111 10010 101010001 1010001 101101

Color Harmonies of #D2165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2165F

Black with #D2165F

Text Example


Text Example

White with #D2165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2165F; }

 p { color: rgb(210,22,95); }

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

background-color css

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

 a { background-color: rgb(210,22,95); }

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

border-color css

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

 span { border-color: rgb(210,22,95); }

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