Html Css Color HEX #D21D6F Ruby

📋 copy color: '#D21D6F'

red 210 ◦ green 29 ◦ blue 111

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

Shades of Ruby #D21D6F

Tints of Ruby #D21D6F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 60%
G = 8.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D21D6F (or 0xD21D6F) is known color: Ruby. HEX triplet: D2, 1D and 6F. RGB value is (210,29,111). Sum of RGB (Red+Green+Blue) = 210+29+111=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D6F is #2DE290. Grayscale: #5C5C5C. Windows color (decimal): -3007121 or 7282130. OLE color: 7282130.

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

Color convert

RGB 210 29 111 -
CMYK 0 0.86 0.47 0.18
HSL 332.82º 0.76% 0.47% -
HSV(B) 332.82º 0.86% 0.82% -
XYZ 29.89 15.73 16.5 -
YUV 92.47 138.47 211.83 -
System Red Green Blue C M Y K H S L
Decimal 210 29 111 0 0.86 0.47 0.18 332.82 0.76 0.47
Hex D2 1D 6F 0 56 2F 12 14D 4C 2F
Octal 322 35 157 0 126 57 22 515 114 57
Binary 11010010 11101 1101111 0 1010110 101111 10010 101001101 1001100 101111

Color Harmonies of #D21D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D6F

Black with #D21D6F

Text Example


Text Example

White with #D21D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D6F; }

 p { color: rgb(210,29,111); }

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

background-color css

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

 a { background-color: rgb(210,29,111); }

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

border-color css

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

 span { border-color: rgb(210,29,111); }

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