Html Css Color HEX #D21465 Ruby

📋 copy color: '#D21465'

red 210 ◦ green 20 ◦ blue 101

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

Shades of Ruby #D21465

Tints of Ruby #D21465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

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

R = 63.44%
G = 6.04%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D21465 (or 0xD21465) is known color: Ruby. HEX triplet: D2, 14 and 65. RGB value is (210,20,101). Sum of RGB (Red+Green+Blue) = 210+20+101=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D21465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21465 is #2DEB9A. Grayscale: #555555. Windows color (decimal): -3009435 or 6624466. OLE color: 6624466.

HSL color Cylindrical-coordinate representation of color #D21465: hue angle of 334.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21465 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 101 -
CMYK 0 0.90 0.52 0.18
HSL 334.42º 0.83% 0.45% -
HSV(B) 334.42º 0.9% 0.82% -
XYZ 29.18 15.14 13.7 -
YUV 86.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 210 20 101 0 0.90 0.52 0.18 334.42 0.83 0.45
Hex D2 14 65 0 5A 34 12 14E 53 2D
Octal 322 24 145 0 132 64 22 516 123 55
Binary 11010010 10100 1100101 0 1011010 110100 10010 101001110 1010011 101101

Color Harmonies of #D21465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21465

Black with #D21465

Text Example


Text Example

White with #D21465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21465; }

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

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

background-color css

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

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

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

border-color css

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

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

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