Html Css Color HEX #DA215D Ruby

📋 copy color: '#DA215D'

red 218 ◦ green 33 ◦ blue 93

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

Shades of Ruby #DA215D

Tints of Ruby #DA215D

RGB

 RED value IS 218 (85.55% from 255) = 63.37%

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

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 63.37%
G = 9.59%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA215D (or 0xDA215D) is known color: Ruby. HEX triplet: DA, 21 and 5D. RGB value is (218,33,93). Sum of RGB (Red+Green+Blue) = 218+33+93=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA215D is #25DEA2. Grayscale: #5F5F5F. Windows color (decimal): -2481827 or 6103514. OLE color: 6103514.

HSL color Cylindrical-coordinate representation of color #DA215D: hue angle of 340.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA215D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 33 93 -
CMYK 0 0.85 0.57 0.15
HSL 340.54º 0.74% 0.49% -
HSV(B) 340.54º 0.85% 0.85% -
XYZ 31.43 16.78 11.94 -
YUV 95.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 218 33 93 0 0.85 0.57 0.15 340.54 0.74 0.49
Hex DA 21 5D 0 55 39 F 155 4A 31
Octal 332 41 135 0 125 71 17 525 112 61
Binary 11011010 100001 1011101 0 1010101 111001 1111 101010101 1001010 110001

Color Harmonies of #DA215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA215D

Black with #DA215D

Text Example


Text Example

White with #DA215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA215D; }

 p { color: rgb(218,33,93); }

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

background-color css

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

 a { background-color: rgb(218,33,93); }

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

border-color css

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

 span { border-color: rgb(218,33,93); }

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