Html Css Color HEX #D21E65 Ruby

📋 copy color: '#D21E65'

red 210 ◦ green 30 ◦ blue 101

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

Shades of Ruby #D21E65

Tints of Ruby #D21E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

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

R = 61.58%
G = 8.8%
B = 29.62%

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

#D21E65 (or 0xD21E65) is known color: Ruby. HEX triplet: D2, 1E and 65. RGB value is (210,30,101). Sum of RGB (Red+Green+Blue) = 210+30+101=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E65 is #2DE19A. Grayscale: #5B5B5B. Windows color (decimal): -3006875 or 6627026. OLE color: 6627026.

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

Color convert

RGB 210 30 101 -
CMYK 0 0.86 0.52 0.18
HSL 336.33º 0.75% 0.47% -
HSV(B) 336.33º 0.86% 0.82% -
XYZ 29.39 15.57 13.77 -
YUV 91.91 133.13 212.23 -
System Red Green Blue C M Y K H S L
Decimal 210 30 101 0 0.86 0.52 0.18 336.33 0.75 0.47
Hex D2 1E 65 0 56 34 12 150 4B 2F
Octal 322 36 145 0 126 64 22 520 113 57
Binary 11010010 11110 1100101 0 1010110 110100 10010 101010000 1001011 101111

Color Harmonies of #D21E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E65

Black with #D21E65

Text Example


Text Example

White with #D21E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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