Html Css Color HEX #DC1F6B Ruby

📋 copy color: '#DC1F6B'

red 220 ◦ green 31 ◦ blue 107

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

Shades of Ruby #DC1F6B

Tints of Ruby #DC1F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.66%

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

R = 61.45%
G = 8.66%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC1F6B (or 0xDC1F6B) is known color: Ruby. HEX triplet: DC, 1F and 6B. RGB value is (220,31,107). Sum of RGB (Red+Green+Blue) = 220+31+107=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F6B is #23E094. Grayscale: #606060. Windows color (decimal): -2351253 or 7020508. OLE color: 7020508.

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

Color convert

RGB 220 31 107 -
CMYK 0 0.86 0.51 0.14
HSL 335.87º 0.75% 0.49% -
HSV(B) 335.87º 0.86% 0.86% -
XYZ 32.66 17.26 15.52 -
YUV 96.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 220 31 107 0 0.86 0.51 0.14 335.87 0.75 0.49
Hex DC 1F 6B 0 56 33 E 150 4B 31
Octal 334 37 153 0 126 63 16 520 113 61
Binary 11011100 11111 1101011 0 1010110 110011 1110 101010000 1001011 110001

Color Harmonies of #DC1F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F6B

Black with #DC1F6B

Text Example


Text Example

White with #DC1F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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