Html Css Color HEX #D2164F Ruby

📋 copy color: '#D2164F'

red 210 ◦ green 22 ◦ blue 79

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

Shades of Ruby #D2164F

Tints of Ruby #D2164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 67.52%
G = 7.07%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D2164F (or 0xD2164F) is known color: Ruby. HEX triplet: D2, 16 and 4F. RGB value is (210,22,79). Sum of RGB (Red+Green+Blue) = 210+22+79=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D2164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2164F is #2DE9B0. Grayscale: #545454. Windows color (decimal): -3008945 or 5183186. OLE color: 5183186.

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

Color convert

RGB 210 22 79 -
CMYK 0 0.90 0.62 0.18
HSL 341.81º 0.81% 0.45% -
HSV(B) 341.81º 0.9% 0.82% -
XYZ 28.28 14.84 8.77 -
YUV 84.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 210 22 79 0 0.90 0.62 0.18 341.81 0.81 0.45
Hex D2 16 4F 0 5A 3E 12 156 51 2D
Octal 322 26 117 0 132 76 22 526 121 55
Binary 11010010 10110 1001111 0 1011010 111110 10010 101010110 1010001 101101

Color Harmonies of #D2164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2164F

Black with #D2164F

Text Example


Text Example

White with #D2164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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