Html Css Color HEX #D21B5C Ruby

📋 copy color: '#D21B5C'

red 210 ◦ green 27 ◦ blue 92

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

Shades of Ruby #D21B5C

Tints of Ruby #D21B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 63.83%
G = 8.21%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D21B5C (or 0xD21B5C) is known color: Ruby. HEX triplet: D2, 1B and 5C. RGB value is (210,27,92). Sum of RGB (Red+Green+Blue) = 210+27+92=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B5C is #2DE4A3. Grayscale: #595959. Windows color (decimal): -3007652 or 6036434. OLE color: 6036434.

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

Color convert

RGB 210 27 92 -
CMYK 0 0.87 0.56 0.18
HSL 338.69º 0.77% 0.46% -
HSV(B) 338.69º 0.87% 0.82% -
XYZ 28.9 15.26 11.55 -
YUV 89.13 129.63 214.21 -
System Red Green Blue C M Y K H S L
Decimal 210 27 92 0 0.87 0.56 0.18 338.69 0.77 0.46
Hex D2 1B 5C 0 57 38 12 153 4D 2E
Octal 322 33 134 0 127 70 22 523 115 56
Binary 11010010 11011 1011100 0 1010111 111000 10010 101010011 1001101 101110

Color Harmonies of #D21B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B5C

Black with #D21B5C

Text Example


Text Example

White with #D21B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B5C; }

 p { color: rgb(210,27,92); }

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

background-color css

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

 a { background-color: rgb(210,27,92); }

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

border-color css

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

 span { border-color: rgb(210,27,92); }

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