Html Css Color HEX #DC215C Ruby

📋 copy color: '#DC215C'

red 220 ◦ green 33 ◦ blue 92

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

Shades of Ruby #DC215C

Tints of Ruby #DC215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.57%

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 63.77%
G = 9.57%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC215C (or 0xDC215C) is known color: Ruby. HEX triplet: DC, 21 and 5C. RGB value is (220,33,92). Sum of RGB (Red+Green+Blue) = 220+33+92=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC215C is #23DEA3. Grayscale: #5F5F5F. Windows color (decimal): -2350756 or 6037980. OLE color: 6037980.

HSL color Cylindrical-coordinate representation of color #DC215C: hue angle of 341.07º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC215C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 33 92 -
CMYK 0 0.85 0.58 0.14
HSL 341.07º 0.74% 0.5% -
HSV(B) 341.07º 0.85% 0.86% -
XYZ 31.99 17.08 11.74 -
YUV 95.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 220 33 92 0 0.85 0.58 0.14 341.07 0.74 0.5
Hex DC 21 5C 0 55 3A E 155 4A 32
Octal 334 41 134 0 125 72 16 525 112 62
Binary 11011100 100001 1011100 0 1010101 111010 1110 101010101 1001010 110010

Color Harmonies of #DC215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC215C

Black with #DC215C

Text Example


Text Example

White with #DC215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC215C; }

 p { color: rgb(220,33,92); }

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

background-color css

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

 a { background-color: rgb(220,33,92); }

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

border-color css

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

 span { border-color: rgb(220,33,92); }

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