Html Css Color HEX #D01E6C Ruby

📋 copy color: '#D01E6C'

red 208 ◦ green 30 ◦ blue 108

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

Shades of Ruby #D01E6C

Tints of Ruby #D01E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 60.12%
G = 8.67%
B = 31.21%

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

#D01E6C (or 0xD01E6C) is known color: Ruby. HEX triplet: D0, 1E and 6C. RGB value is (208,30,108). Sum of RGB (Red+Green+Blue) = 208+30+108=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01E6C is #2FE193. Grayscale: #5B5B5B. Windows color (decimal): -3137940 or 7085776. OLE color: 7085776.

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

Color convert

RGB 208 30 108 -
CMYK 0 0.86 0.48 0.18
HSL 333.71º 0.75% 0.47% -
HSV(B) 333.71º 0.86% 0.82% -
XYZ 29.18 15.42 15.63 -
YUV 92.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 208 30 108 0 0.86 0.48 0.18 333.71 0.75 0.47
Hex D0 1E 6C 0 56 30 12 14E 4B 2F
Octal 320 36 154 0 126 60 22 516 113 57
Binary 11010000 11110 1101100 0 1010110 110000 10010 101001110 1001011 101111

Color Harmonies of #D01E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01E6C

Black with #D01E6C

Text Example


Text Example

White with #D01E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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