Html Css Color HEX #DC1B5F Ruby

📋 copy color: '#DC1B5F'

red 220 ◦ green 27 ◦ blue 95

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

Shades of Ruby #DC1B5F

Tints of Ruby #DC1B5F

RGB

 RED value IS 220 (86.33% from 255) = 64.33%

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 64.33%
G = 7.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC1B5F (or 0xDC1B5F) is known color: Ruby. HEX triplet: DC, 1B and 5F. RGB value is (220,27,95). Sum of RGB (Red+Green+Blue) = 220+27+95=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B5F is #23E4A0. Grayscale: #5C5C5C. Windows color (decimal): -2352289 or 6233052. OLE color: 6233052.

HSL color Cylindrical-coordinate representation of color #DC1B5F: hue angle of 338.86º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B5F is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 27 95 -
CMYK 0 0.88 0.57 0.14
HSL 338.86º 0.78% 0.48% -
HSV(B) 338.86º 0.88% 0.86% -
XYZ 31.97 16.83 12.39 -
YUV 92.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 220 27 95 0 0.88 0.57 0.14 338.86 0.78 0.48
Hex DC 1B 5F 0 58 39 E 153 4E 30
Octal 334 33 137 0 130 71 16 523 116 60
Binary 11011100 11011 1011111 0 1011000 111001 1110 101010011 1001110 110000

Color Harmonies of #DC1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B5F

Black with #DC1B5F

Text Example


Text Example

White with #DC1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B5F; }

 p { color: rgb(220,27,95); }

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

background-color css

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

 a { background-color: rgb(220,27,95); }

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

border-color css

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

 span { border-color: rgb(220,27,95); }

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