Html Css Color HEX #D0165A Ruby

📋 copy color: '#D0165A'

red 208 ◦ green 22 ◦ blue 90

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

Shades of Ruby #D0165A

Tints of Ruby #D0165A

RGB

 RED value IS 208 (81.64% from 255) = 65%

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 65%
G = 6.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0165A (or 0xD0165A) is known color: Ruby. HEX triplet: D0, 16 and 5A. RGB value is (208,22,90). Sum of RGB (Red+Green+Blue) = 208+22+90=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0165A is #2FE9A5. Grayscale: #555555. Windows color (decimal): -3140006 or 5904080. OLE color: 5904080.

HSL color Cylindrical-coordinate representation of color #D0165A: hue angle of 338.06º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0165A is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 90 -
CMYK 0 0.89 0.57 0.18
HSL 338.06º 0.81% 0.45% -
HSV(B) 338.06º 0.89% 0.82% -
XYZ 28.14 14.72 11.03 -
YUV 85.37 130.62 215.47 -
System Red Green Blue C M Y K H S L
Decimal 208 22 90 0 0.89 0.57 0.18 338.06 0.81 0.45
Hex D0 16 5A 0 59 39 12 152 51 2D
Octal 320 26 132 0 131 71 22 522 121 55
Binary 11010000 10110 1011010 0 1011001 111001 10010 101010010 1010001 101101

Color Harmonies of #D0165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0165A

Black with #D0165A

Text Example


Text Example

White with #D0165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0165A; }

 p { color: rgb(208,22,90); }

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

background-color css

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

 a { background-color: rgb(208,22,90); }

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

border-color css

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

 span { border-color: rgb(208,22,90); }

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