Html Css Color HEX #D01C5D Ruby

📋 copy color: '#D01C5D'

red 208 ◦ green 28 ◦ blue 93

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

Shades of Ruby #D01C5D

Tints of Ruby #D01C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 63.22%
G = 8.51%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D01C5D (or 0xD01C5D) is known color: Ruby. HEX triplet: D0, 1C and 5D. RGB value is (208,28,93). Sum of RGB (Red+Green+Blue) = 208+28+93=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C5D is #2FE3A2. Grayscale: #595959. Windows color (decimal): -3138467 or 6102224. OLE color: 6102224.

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

Color convert

RGB 208 28 93 -
CMYK 0 0.87 0.55 0.18
HSL 338.33º 0.76% 0.46% -
HSV(B) 338.33º 0.87% 0.82% -
XYZ 28.4 15.03 11.76 -
YUV 89.23 130.13 212.71 -
System Red Green Blue C M Y K H S L
Decimal 208 28 93 0 0.87 0.55 0.18 338.33 0.76 0.46
Hex D0 1C 5D 0 57 37 12 152 4C 2E
Octal 320 34 135 0 127 67 22 522 114 56
Binary 11010000 11100 1011101 0 1010111 110111 10010 101010010 1001100 101110

Color Harmonies of #D01C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01C5D

Black with #D01C5D

Text Example


Text Example

White with #D01C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01C5D; }

 p { color: rgb(208,28,93); }

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

background-color css

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

 a { background-color: rgb(208,28,93); }

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

border-color css

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

 span { border-color: rgb(208,28,93); }

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