Html Css Color HEX #D21F6E Ruby

📋 copy color: '#D21F6E'

red 210 ◦ green 31 ◦ blue 110

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

Shades of Ruby #D21F6E

Tints of Ruby #D21F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 59.83%
G = 8.83%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D21F6E (or 0xD21F6E) is known color: Ruby. HEX triplet: D2, 1F and 6E. RGB value is (210,31,110). Sum of RGB (Red+Green+Blue) = 210+31+110=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F6E is #2DE091. Grayscale: #5D5D5D. Windows color (decimal): -3006610 or 7217106. OLE color: 7217106.

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

Color convert

RGB 210 31 110 -
CMYK 0 0.85 0.48 0.18
HSL 333.52º 0.74% 0.47% -
HSV(B) 333.52º 0.85% 0.82% -
XYZ 29.88 15.81 16.23 -
YUV 93.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 210 31 110 0 0.85 0.48 0.18 333.52 0.74 0.47
Hex D2 1F 6E 0 55 30 12 14E 4A 2F
Octal 322 37 156 0 125 60 22 516 112 57
Binary 11010010 11111 1101110 0 1010101 110000 10010 101001110 1001010 101111

Color Harmonies of #D21F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F6E

Black with #D21F6E

Text Example


Text Example

White with #D21F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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