Html Css Color HEX #DA215C Ruby

📋 copy color: '#DA215C'

red 218 ◦ green 33 ◦ blue 92

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

Shades of Ruby #DA215C

Tints of Ruby #DA215C

RGB

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

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

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

R = 63.56%
G = 9.62%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA215C (or 0xDA215C) is known color: Ruby. HEX triplet: DA, 21 and 5C. RGB value is (218,33,92). Sum of RGB (Red+Green+Blue) = 218+33+92=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA215C is #25DEA3. Grayscale: #5E5E5E. Windows color (decimal): -2481828 or 6037978. OLE color: 6037978.

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

Color convert

RGB 218 33 92 -
CMYK 0 0.85 0.58 0.15
HSL 340.86º 0.74% 0.49% -
HSV(B) 340.86º 0.85% 0.85% -
XYZ 31.39 16.77 11.71 -
YUV 95.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 218 33 92 0 0.85 0.58 0.15 340.86 0.74 0.49
Hex DA 21 5C 0 55 3A F 155 4A 31
Octal 332 41 134 0 125 72 17 525 112 61
Binary 11011010 100001 1011100 0 1010101 111010 1111 101010101 1001010 110001

Color Harmonies of #DA215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA215C

Black with #DA215C

Text Example


Text Example

White with #DA215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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