Html Css Color HEX #D0185A Ruby

📋 copy color: '#D0185A'

red 208 ◦ green 24 ◦ blue 90

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

Shades of Ruby #D0185A

Tints of Ruby #D0185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

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

R = 64.6%
G = 7.45%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0185A (or 0xD0185A) is known color: Ruby. HEX triplet: D0, 18 and 5A. RGB value is (208,24,90). Sum of RGB (Red+Green+Blue) = 208+24+90=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0185A is #2FE7A5. Grayscale: #565656. Windows color (decimal): -3139494 or 5904592. OLE color: 5904592.

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

Color convert

RGB 208 24 90 -
CMYK 0 0.88 0.57 0.18
HSL 338.48º 0.79% 0.45% -
HSV(B) 338.48º 0.88% 0.82% -
XYZ 28.18 14.8 11.04 -
YUV 86.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 208 24 90 0 0.88 0.57 0.18 338.48 0.79 0.45
Hex D0 18 5A 0 58 39 12 152 4F 2D
Octal 320 30 132 0 130 71 22 522 117 55
Binary 11010000 11000 1011010 0 1011000 111001 10010 101010010 1001111 101101

Color Harmonies of #D0185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0185A

Black with #D0185A

Text Example


Text Example

White with #D0185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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