Html Css Color HEX #D0146F Ruby

📋 copy color: '#D0146F'

red 208 ◦ green 20 ◦ blue 111

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

Shades of Ruby #D0146F

Tints of Ruby #D0146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 61.36%
G = 5.9%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0146F (or 0xD0146F) is known color: Ruby. HEX triplet: D0, 14 and 6F. RGB value is (208,20,111). Sum of RGB (Red+Green+Blue) = 208+20+111=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0146F is #2FEB90. Grayscale: #565656. Windows color (decimal): -3140497 or 7279824. OLE color: 7279824.

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

Color convert

RGB 208 20 111 -
CMYK 0 0.90 0.47 0.18
HSL 330.96º 0.82% 0.45% -
HSV(B) 330.96º 0.9% 0.82% -
XYZ 29.13 15.06 16.41 -
YUV 86.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 208 20 111 0 0.90 0.47 0.18 330.96 0.82 0.45
Hex D0 14 6F 0 5A 2F 12 14B 52 2D
Octal 320 24 157 0 132 57 22 513 122 55
Binary 11010000 10100 1101111 0 1011010 101111 10010 101001011 1010010 101101

Color Harmonies of #D0146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0146F

Black with #D0146F

Text Example


Text Example

White with #D0146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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