Html Css Color HEX #D21F6A Ruby

📋 copy color: '#D21F6A'

red 210 ◦ green 31 ◦ blue 106

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

Shades of Ruby #D21F6A

Tints of Ruby #D21F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 60.52%
G = 8.93%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D21F6A (or 0xD21F6A) is known color: Ruby. HEX triplet: D2, 1F and 6A. RGB value is (210,31,106). Sum of RGB (Red+Green+Blue) = 210+31+106=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F6A is #2DE095. Grayscale: #5C5C5C. Windows color (decimal): -3006614 or 6954962. OLE color: 6954962.

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

Color convert

RGB 210 31 106 -
CMYK 0 0.85 0.50 0.18
HSL 334.86º 0.74% 0.47% -
HSV(B) 334.86º 0.85% 0.82% -
XYZ 29.67 15.72 15.11 -
YUV 93.07 135.3 211.4 -
System Red Green Blue C M Y K H S L
Decimal 210 31 106 0 0.85 0.50 0.18 334.86 0.74 0.47
Hex D2 1F 6A 0 55 32 12 14F 4A 2F
Octal 322 37 152 0 125 62 22 517 112 57
Binary 11010010 11111 1101010 0 1010101 110010 10010 101001111 1001010 101111

Color Harmonies of #D21F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F6A

Black with #D21F6A

Text Example


Text Example

White with #D21F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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