Html Css Color HEX #D01D6C Ruby

📋 copy color: '#D01D6C'

red 208 ◦ green 29 ◦ blue 108

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

Shades of Ruby #D01D6C

Tints of Ruby #D01D6C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 60.29%
G = 8.41%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D01D6C (or 0xD01D6C) is known color: Ruby. HEX triplet: D0, 1D and 6C. RGB value is (208,29,108). Sum of RGB (Red+Green+Blue) = 208+29+108=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01D6C is #2FE293. Grayscale: #5B5B5B. Windows color (decimal): -3138196 or 7085520. OLE color: 7085520.

HSL color Cylindrical-coordinate representation of color #D01D6C: hue angle of 333.52º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01D6C is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 29 108 -
CMYK 0 0.86 0.48 0.18
HSL 333.52º 0.76% 0.46% -
HSV(B) 333.52º 0.86% 0.82% -
XYZ 29.16 15.37 15.62 -
YUV 91.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 208 29 108 0 0.86 0.48 0.18 333.52 0.76 0.46
Hex D0 1D 6C 0 56 30 12 14E 4C 2E
Octal 320 35 154 0 126 60 22 516 114 56
Binary 11010000 11101 1101100 0 1010110 110000 10010 101001110 1001100 101110

Color Harmonies of #D01D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D6C

Black with #D01D6C

Text Example


Text Example

White with #D01D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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