Html Css Color HEX #D20767 Ruby

📋 copy color: '#D20767'

red 210 ◦ green 7 ◦ blue 103

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

Shades of Ruby #D20767

Tints of Ruby #D20767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 65.63%
G = 2.19%
B = 32.19%

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

#D20767 (or 0xD20767) is known color: Ruby. HEX triplet: D2, 07 and 67. RGB value is (210,7,103). Sum of RGB (Red+Green+Blue) = 210+7+103=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D20767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20767 is #2DF898. Grayscale: #4E4E4E. Windows color (decimal): -3012761 or 6752210. OLE color: 6752210.

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

Color convert

RGB 210 7 103 -
CMYK 0 0.97 0.51 0.18
HSL 331.63º 0.94% 0.43% -
HSV(B) 331.63º 0.97% 0.82% -
XYZ 29.1 14.83 14.16 -
YUV 78.64 141.75 221.69 -
System Red Green Blue C M Y K H S L
Decimal 210 7 103 0 0.97 0.51 0.18 331.63 0.94 0.43
Hex D2 7 67 0 61 33 12 14C 5E 2B
Octal 322 7 147 0 141 63 22 514 136 53
Binary 11010010 111 1100111 0 1100001 110011 10010 101001100 1011110 101011

Color Harmonies of #D20767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20767

Black with #D20767

Text Example


Text Example

White with #D20767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20767; }

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

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

background-color css

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

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

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

border-color css

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

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

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