Html Css Color HEX #DA1856 Ruby

📋 copy color: '#DA1856'

red 218 ◦ green 24 ◦ blue 86

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

Shades of Ruby #DA1856

Tints of Ruby #DA1856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

 BLUE value IS 86 (33.98% from 255) = 26.22%

R = 66.46%
G = 7.32%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA1856 (or 0xDA1856) is known color: Ruby. HEX triplet: DA, 18 and 56. RGB value is (218,24,86). Sum of RGB (Red+Green+Blue) = 218+24+86=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1856 is #25E7A9. Grayscale: #595959. Windows color (decimal): -2484138 or 5642458. OLE color: 5642458.

HSL color Cylindrical-coordinate representation of color #DA1856: hue angle of 340.82º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1856 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 86 -
CMYK 0 0.89 0.61 0.15
HSL 340.82º 0.8% 0.47% -
HSV(B) 340.82º 0.89% 0.85% -
XYZ 30.92 16.23 10.31 -
YUV 89.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 218 24 86 0 0.89 0.61 0.15 340.82 0.8 0.47
Hex DA 18 56 0 59 3D F 155 50 2F
Octal 332 30 126 0 131 75 17 525 120 57
Binary 11011010 11000 1010110 0 1011001 111101 1111 101010101 1010000 101111

Color Harmonies of #DA1856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1856

Black with #DA1856

Text Example


Text Example

White with #DA1856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1856; }

 p { color: rgb(218,24,86); }

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

background-color css

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

 a { background-color: rgb(218,24,86); }

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

border-color css

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

 span { border-color: rgb(218,24,86); }

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