Html Css Color HEX #D21667 Ruby

📋 copy color: '#D21667'

red 210 ◦ green 22 ◦ blue 103

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

Shades of Ruby #D21667

Tints of Ruby #D21667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 62.69%
G = 6.57%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D21667 (or 0xD21667) is known color: Ruby. HEX triplet: D2, 16 and 67. RGB value is (210,22,103). Sum of RGB (Red+Green+Blue) = 210+22+103=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D21667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21667 is #2DE998. Grayscale: #575757. Windows color (decimal): -3008921 or 6756050. OLE color: 6756050.

HSL color Cylindrical-coordinate representation of color #D21667: hue angle of 334.15º degrees, saturation: 0.81, 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 #D21667 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 103 -
CMYK 0 0.90 0.51 0.18
HSL 334.15º 0.81% 0.45% -
HSV(B) 334.15º 0.9% 0.82% -
XYZ 29.31 15.25 14.23 -
YUV 87.45 136.78 215.41 -
System Red Green Blue C M Y K H S L
Decimal 210 22 103 0 0.90 0.51 0.18 334.15 0.81 0.45
Hex D2 16 67 0 5A 33 12 14E 51 2D
Octal 322 26 147 0 132 63 22 516 121 55
Binary 11010010 10110 1100111 0 1011010 110011 10010 101001110 1010001 101101

Color Harmonies of #D21667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21667

Black with #D21667

Text Example


Text Example

White with #D21667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21667; }

 p { color: rgb(210,22,103); }

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

background-color css

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

 a { background-color: rgb(210,22,103); }

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

border-color css

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

 span { border-color: rgb(210,22,103); }

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