Html Css Color HEX #DC156B Ruby

📋 copy color: '#DC156B'

red 220 ◦ green 21 ◦ blue 107

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

Shades of Ruby #DC156B

Tints of Ruby #DC156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.03%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 63.22%
G = 6.03%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC156B (or 0xDC156B) is known color: Ruby. HEX triplet: DC, 15 and 6B. RGB value is (220,21,107). Sum of RGB (Red+Green+Blue) = 220+21+107=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC156B is #23EA94. Grayscale: #5A5A5A. Windows color (decimal): -2353813 or 7017948. OLE color: 7017948.

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

Color convert

RGB 220 21 107 -
CMYK 0 0.90 0.51 0.14
HSL 334.07º 0.83% 0.47% -
HSV(B) 334.07º 0.9% 0.86% -
XYZ 32.44 16.81 15.45 -
YUV 90.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 220 21 107 0 0.90 0.51 0.14 334.07 0.83 0.47
Hex DC 15 6B 0 5A 33 E 14E 53 2F
Octal 334 25 153 0 132 63 16 516 123 57
Binary 11011100 10101 1101011 0 1011010 110011 1110 101001110 1010011 101111

Color Harmonies of #DC156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC156B

Black with #DC156B

Text Example


Text Example

White with #DC156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC156B; }

 p { color: rgb(220,21,107); }

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

background-color css

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

 a { background-color: rgb(220,21,107); }

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

border-color css

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

 span { border-color: rgb(220,21,107); }

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