Html Css Color HEX #D0185F Ruby

📋 copy color: '#D0185F'

red 208 ◦ green 24 ◦ blue 95

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

Shades of Ruby #D0185F

Tints of Ruby #D0185F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 63.61%
G = 7.34%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0185F (or 0xD0185F) is known color: Ruby. HEX triplet: D0, 18 and 5F. RGB value is (208,24,95). Sum of RGB (Red+Green+Blue) = 208+24+95=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0185F is #2FE7A0. Grayscale: #575757. Windows color (decimal): -3139489 or 6232272. OLE color: 6232272.

HSL color Cylindrical-coordinate representation of color #D0185F: hue angle of 336.85º 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 #D0185F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 95 -
CMYK 0 0.88 0.54 0.18
HSL 336.85º 0.79% 0.45% -
HSV(B) 336.85º 0.88% 0.82% -
XYZ 28.4 14.89 12.2 -
YUV 87.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 208 24 95 0 0.88 0.54 0.18 336.85 0.79 0.45
Hex D0 18 5F 0 58 36 12 151 4F 2D
Octal 320 30 137 0 130 66 22 521 117 55
Binary 11010000 11000 1011111 0 1011000 110110 10010 101010001 1001111 101101

Color Harmonies of #D0185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0185F

Black with #D0185F

Text Example


Text Example

White with #D0185F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0185F; }

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

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

background-color css

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

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

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

border-color css

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

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

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