Html Css Color HEX #D0016C Ruby

📋 copy color: '#D0016C'

red 208 ◦ green 1 ◦ blue 108

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

Shades of Ruby #D0016C

Tints of Ruby #D0016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 65.62%
G = 0.32%
B = 34.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0016C (or 0xD0016C) is known color: Ruby. HEX triplet: D0, 01 and 6C. RGB value is (208,1,108). Sum of RGB (Red+Green+Blue) = 208+1+108=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0016C is #2FFE93. Grayscale: #4A4A4A. Windows color (decimal): -3145364 or 7078352. OLE color: 7078352.

HSL color Cylindrical-coordinate representation of color #D0016C: hue angle of 328.99º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0016C is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 108 -
CMYK 0 1.00 0.48 0.18
HSL 328.99º 0.99% 0.41% -
HSV(B) 328.99º 1% 0.82% -
XYZ 28.73 14.51 15.47 -
YUV 75.09 146.58 222.8 -
System Red Green Blue C M Y K H S L
Decimal 208 1 108 0 1.00 0.48 0.18 328.99 0.99 0.41
Hex D0 1 6C 0 64 30 12 149 63 29
Octal 320 1 154 0 144 60 22 511 143 51
Binary 11010000 1 1101100 0 1100100 110000 10010 101001001 1100011 101001

Color Harmonies of #D0016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0016C

Black with #D0016C

Text Example


Text Example

White with #D0016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0016C; }

 p { color: rgb(208,1,108); }

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

background-color css

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

 a { background-color: rgb(208,1,108); }

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

border-color css

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

 span { border-color: rgb(208,1,108); }

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