Html Css Color HEX #D21C6A Ruby

📋 copy color: '#D21C6A'

red 210 ◦ green 28 ◦ blue 106

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

Shades of Ruby #D21C6A

Tints of Ruby #D21C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 61.05%
G = 8.14%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D21C6A (or 0xD21C6A) is known color: Ruby. HEX triplet: D2, 1C and 6A. RGB value is (210,28,106). Sum of RGB (Red+Green+Blue) = 210+28+106=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21C6A is #2DE395. Grayscale: #5B5B5B. Windows color (decimal): -3007382 or 6954194. OLE color: 6954194.

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

Color convert

RGB 210 28 106 -
CMYK 0 0.87 0.50 0.18
HSL 334.29º 0.76% 0.47% -
HSV(B) 334.29º 0.87% 0.82% -
XYZ 29.6 15.57 15.08 -
YUV 91.31 136.3 212.66 -
System Red Green Blue C M Y K H S L
Decimal 210 28 106 0 0.87 0.50 0.18 334.29 0.76 0.47
Hex D2 1C 6A 0 57 32 12 14E 4C 2F
Octal 322 34 152 0 127 62 22 516 114 57
Binary 11010010 11100 1101010 0 1010111 110010 10010 101001110 1001100 101111

Color Harmonies of #D21C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C6A

Black with #D21C6A

Text Example


Text Example

White with #D21C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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