Html Css Color HEX #D21F66 Ruby

📋 copy color: '#D21F66'

red 210 ◦ green 31 ◦ blue 102

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

Shades of Ruby #D21F66

Tints of Ruby #D21F66

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.04%

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 61.22%
G = 9.04%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D21F66 (or 0xD21F66) is known color: Ruby. HEX triplet: D2, 1F and 66. RGB value is (210,31,102). Sum of RGB (Red+Green+Blue) = 210+31+102=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F66 is #2DE099. Grayscale: #5C5C5C. Windows color (decimal): -3006618 or 6692818. OLE color: 6692818.

HSL color Cylindrical-coordinate representation of color #D21F66: hue angle of 336.2º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F66 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 31 102 -
CMYK 0 0.85 0.51 0.18
HSL 336.2º 0.74% 0.47% -
HSV(B) 336.2º 0.85% 0.82% -
XYZ 29.47 15.64 14.04 -
YUV 92.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 210 31 102 0 0.85 0.51 0.18 336.2 0.74 0.47
Hex D2 1F 66 0 55 33 12 150 4A 2F
Octal 322 37 146 0 125 63 22 520 112 57
Binary 11010010 11111 1100110 0 1010101 110011 10010 101010000 1001010 101111

Color Harmonies of #D21F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F66

Black with #D21F66

Text Example


Text Example

White with #D21F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F66; }

 p { color: rgb(210,31,102); }

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

background-color css

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

 a { background-color: rgb(210,31,102); }

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

border-color css

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

 span { border-color: rgb(210,31,102); }

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