Html Css Color HEX #DC1B5A Ruby

📋 copy color: '#DC1B5A'

red 220 ◦ green 27 ◦ blue 90

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

Shades of Ruby #DC1B5A

Tints of Ruby #DC1B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.71%

R = 65.28%
G = 8.01%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC1B5A (or 0xDC1B5A) is known color: Ruby. HEX triplet: DC, 1B and 5A. RGB value is (220,27,90). Sum of RGB (Red+Green+Blue) = 220+27+90=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1B5A is #23E4A5. Grayscale: #5B5B5B. Windows color (decimal): -2352294 or 5905372. OLE color: 5905372.

HSL color Cylindrical-coordinate representation of color #DC1B5A: hue angle of 340.41º 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 #DC1B5A is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 27 90 -
CMYK 0 0.88 0.59 0.14
HSL 340.41º 0.78% 0.48% -
HSV(B) 340.41º 0.88% 0.86% -
XYZ 31.75 16.74 11.23 -
YUV 91.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 220 27 90 0 0.88 0.59 0.14 340.41 0.78 0.48
Hex DC 1B 5A 0 58 3B E 154 4E 30
Octal 334 33 132 0 130 73 16 524 116 60
Binary 11011100 11011 1011010 0 1011000 111011 1110 101010100 1001110 110000

Color Harmonies of #DC1B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B5A

Black with #DC1B5A

Text Example


Text Example

White with #DC1B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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