Html Css Color HEX #DC215A Ruby

📋 copy color: '#DC215A'

red 220 ◦ green 33 ◦ blue 90

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

Shades of Ruby #DC215A

Tints of Ruby #DC215A

RGB

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

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

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

R = 64.14%
G = 9.62%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC215A (or 0xDC215A) is known color: Ruby. HEX triplet: DC, 21 and 5A. RGB value is (220,33,90). Sum of RGB (Red+Green+Blue) = 220+33+90=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC215A is #23DEA5. Grayscale: #5F5F5F. Windows color (decimal): -2350758 or 5906908. OLE color: 5906908.

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

Color convert

RGB 220 33 90 -
CMYK 0 0.85 0.59 0.14
HSL 341.71º 0.74% 0.5% -
HSV(B) 341.71º 0.85% 0.86% -
XYZ 31.9 17.04 11.28 -
YUV 95.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 220 33 90 0 0.85 0.59 0.14 341.71 0.74 0.5
Hex DC 21 5A 0 55 3B E 156 4A 32
Octal 334 41 132 0 125 73 16 526 112 62
Binary 11011100 100001 1011010 0 1010101 111011 1110 101010110 1001010 110010

Color Harmonies of #DC215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC215A

Black with #DC215A

Text Example


Text Example

White with #DC215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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