Html Css Color HEX #D21F6C Ruby

📋 copy color: '#D21F6C'

red 210 ◦ green 31 ◦ blue 108

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

Shades of Ruby #D21F6C

Tints of Ruby #D21F6C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

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

R = 60.17%
G = 8.88%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D21F6C (or 0xD21F6C) is known color: Ruby. HEX triplet: D2, 1F and 6C. RGB value is (210,31,108). Sum of RGB (Red+Green+Blue) = 210+31+108=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F6C is #2DE093. Grayscale: #5D5D5D. Windows color (decimal): -3006612 or 7086034. OLE color: 7086034.

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

Color convert

RGB 210 31 108 -
CMYK 0 0.85 0.49 0.18
HSL 334.19º 0.74% 0.47% -
HSV(B) 334.19º 0.85% 0.82% -
XYZ 29.78 15.76 15.66 -
YUV 93.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 210 31 108 0 0.85 0.49 0.18 334.19 0.74 0.47
Hex D2 1F 6C 0 55 31 12 14E 4A 2F
Octal 322 37 154 0 125 61 22 516 112 57
Binary 11010010 11111 1101100 0 1010101 110001 10010 101001110 1001010 101111

Color Harmonies of #D21F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F6C

Black with #D21F6C

Text Example


Text Example

White with #D21F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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