Html Css Color HEX #DC1462 Ruby

📋 copy color: '#DC1462'

red 220 ◦ green 20 ◦ blue 98

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

Shades of Ruby #DC1462

Tints of Ruby #DC1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 65.09%
G = 5.92%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1462 (or 0xDC1462) is known color: Ruby. HEX triplet: DC, 14 and 62. RGB value is (220,20,98). Sum of RGB (Red+Green+Blue) = 220+20+98=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1462 is #23EB9D. Grayscale: #585858. Windows color (decimal): -2354078 or 6427868. OLE color: 6427868.

HSL color Cylindrical-coordinate representation of color #DC1462: hue angle of 336.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1462 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 20 98 -
CMYK 0 0.91 0.55 0.14
HSL 336.6º 0.83% 0.47% -
HSV(B) 336.6º 0.91% 0.86% -
XYZ 31.97 16.6 13.07 -
YUV 88.69 133.26 221.66 -
System Red Green Blue C M Y K H S L
Decimal 220 20 98 0 0.91 0.55 0.14 336.6 0.83 0.47
Hex DC 14 62 0 5B 37 E 151 53 2F
Octal 334 24 142 0 133 67 16 521 123 57
Binary 11011100 10100 1100010 0 1011011 110111 1110 101010001 1010011 101111

Color Harmonies of #DC1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1462

Black with #DC1462

Text Example


Text Example

White with #DC1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1462; }

 p { color: rgb(220,20,98); }

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

background-color css

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

 a { background-color: rgb(220,20,98); }

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

border-color css

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

 span { border-color: rgb(220,20,98); }

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