Html Css Color HEX #D0145F Ruby

📋 copy color: '#D0145F'

red 208 ◦ green 20 ◦ blue 95

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

Shades of Ruby #D0145F

Tints of Ruby #D0145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

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

R = 64.4%
G = 6.19%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0145F (or 0xD0145F) is known color: Ruby. HEX triplet: D0, 14 and 5F. RGB value is (208,20,95). Sum of RGB (Red+Green+Blue) = 208+20+95=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0145F is #2FEBA0. Grayscale: #545454. Windows color (decimal): -3140513 or 6231248. OLE color: 6231248.

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

Color convert

RGB 208 20 95 -
CMYK 0 0.90 0.54 0.18
HSL 336.06º 0.82% 0.45% -
HSV(B) 336.06º 0.9% 0.82% -
XYZ 28.33 14.74 12.18 -
YUV 84.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 208 20 95 0 0.90 0.54 0.18 336.06 0.82 0.45
Hex D0 14 5F 0 5A 36 12 150 52 2D
Octal 320 24 137 0 132 66 22 520 122 55
Binary 11010000 10100 1011111 0 1011010 110110 10010 101010000 1010010 101101

Color Harmonies of #D0145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0145F

Black with #D0145F

Text Example


Text Example

White with #D0145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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