Html Css Color HEX #D20667 Ruby

📋 copy color: '#D20667'

red 210 ◦ green 6 ◦ blue 103

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

Shades of Ruby #D20667

Tints of Ruby #D20667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 65.83%
G = 1.88%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D20667 (or 0xD20667) is known color: Ruby. HEX triplet: D2, 06 and 67. RGB value is (210,6,103). Sum of RGB (Red+Green+Blue) = 210+6+103=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D20667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20667 is #2DF998. Grayscale: #4D4D4D. Windows color (decimal): -3013017 or 6751954. OLE color: 6751954.

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

Color convert

RGB 210 6 103 -
CMYK 0 0.97 0.51 0.18
HSL 331.47º 0.94% 0.42% -
HSV(B) 331.47º 0.97% 0.82% -
XYZ 29.09 14.81 14.16 -
YUV 78.05 142.09 222.11 -
System Red Green Blue C M Y K H S L
Decimal 210 6 103 0 0.97 0.51 0.18 331.47 0.94 0.42
Hex D2 6 67 0 61 33 12 14B 5E 2A
Octal 322 6 147 0 141 63 22 513 136 52
Binary 11010010 110 1100111 0 1100001 110011 10010 101001011 1011110 101010

Color Harmonies of #D20667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20667

Black with #D20667

Text Example


Text Example

White with #D20667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20667; }

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

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

background-color css

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

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

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

border-color css

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

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

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