Html Css Color HEX #D21D6C Ruby

📋 copy color: '#D21D6C'

red 210 ◦ green 29 ◦ blue 108

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

Shades of Ruby #D21D6C

Tints of Ruby #D21D6C

RGB

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

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

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

R = 60.52%
G = 8.36%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D21D6C (or 0xD21D6C) is known color: Ruby. HEX triplet: D2, 1D and 6C. RGB value is (210,29,108). Sum of RGB (Red+Green+Blue) = 210+29+108=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D6C is #2DE293. Grayscale: #5B5B5B. Windows color (decimal): -3007124 or 7085522. OLE color: 7085522.

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

Color convert

RGB 210 29 108 -
CMYK 0 0.86 0.49 0.18
HSL 333.81º 0.76% 0.47% -
HSV(B) 333.81º 0.86% 0.82% -
XYZ 29.72 15.66 15.64 -
YUV 92.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 210 29 108 0 0.86 0.49 0.18 333.81 0.76 0.47
Hex D2 1D 6C 0 56 31 12 14E 4C 2F
Octal 322 35 154 0 126 61 22 516 114 57
Binary 11010010 11101 1101100 0 1010110 110001 10010 101001110 1001100 101111

Color Harmonies of #D21D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D6C

Black with #D21D6C

Text Example


Text Example

White with #D21D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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