Html Css Color HEX #D0146B Ruby

📋 copy color: '#D0146B'

red 208 ◦ green 20 ◦ blue 107

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

Shades of Ruby #D0146B

Tints of Ruby #D0146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 62.09%
G = 5.97%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0146B (or 0xD0146B) is known color: Ruby. HEX triplet: D0, 14 and 6B. RGB value is (208,20,107). Sum of RGB (Red+Green+Blue) = 208+20+107=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0146B is #2FEB94. Grayscale: #555555. Windows color (decimal): -3140501 or 7017680. OLE color: 7017680.

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

Color convert

RGB 208 20 107 -
CMYK 0 0.90 0.49 0.18
HSL 332.23º 0.82% 0.45% -
HSV(B) 332.23º 0.9% 0.82% -
XYZ 28.92 14.97 15.28 -
YUV 86.13 139.78 214.93 -
System Red Green Blue C M Y K H S L
Decimal 208 20 107 0 0.90 0.49 0.18 332.23 0.82 0.45
Hex D0 14 6B 0 5A 31 12 14C 52 2D
Octal 320 24 153 0 132 61 22 514 122 55
Binary 11010000 10100 1101011 0 1011010 110001 10010 101001100 1010010 101101

Color Harmonies of #D0146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0146B

Black with #D0146B

Text Example


Text Example

White with #D0146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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