Html Css Color HEX #D21D65 Ruby

📋 copy color: '#D21D65'

red 210 ◦ green 29 ◦ blue 101

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

Shades of Ruby #D21D65

Tints of Ruby #D21D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 61.76%
G = 8.53%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D21D65 (or 0xD21D65) is known color: Ruby. HEX triplet: D2, 1D and 65. RGB value is (210,29,101). Sum of RGB (Red+Green+Blue) = 210+29+101=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D65 is #2DE29A. Grayscale: #5B5B5B. Windows color (decimal): -3007131 or 6626770. OLE color: 6626770.

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

Color convert

RGB 210 29 101 -
CMYK 0 0.86 0.52 0.18
HSL 336.13º 0.76% 0.47% -
HSV(B) 336.13º 0.86% 0.82% -
XYZ 29.37 15.52 13.76 -
YUV 91.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 210 29 101 0 0.86 0.52 0.18 336.13 0.76 0.47
Hex D2 1D 65 0 56 34 12 150 4C 2F
Octal 322 35 145 0 126 64 22 520 114 57
Binary 11010010 11101 1100101 0 1010110 110100 10010 101010000 1001100 101111

Color Harmonies of #D21D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D65

Black with #D21D65

Text Example


Text Example

White with #D21D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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