Html Css Color HEX #DA1458 Ruby

📋 copy color: '#DA1458'

red 218 ◦ green 20 ◦ blue 88

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

Shades of Ruby #DA1458

Tints of Ruby #DA1458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 66.87%
G = 6.13%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA1458 (or 0xDA1458) is known color: Ruby. HEX triplet: DA, 14 and 58. RGB value is (218,20,88). Sum of RGB (Red+Green+Blue) = 218+20+88=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1458 is #25EBA7. Grayscale: #565656. Windows color (decimal): -2485160 or 5772506. OLE color: 5772506.

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

Color convert

RGB 218 20 88 -
CMYK 0 0.91 0.60 0.15
HSL 339.39º 0.83% 0.47% -
HSV(B) 339.39º 0.91% 0.85% -
XYZ 30.93 16.11 10.71 -
YUV 86.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 218 20 88 0 0.91 0.60 0.15 339.39 0.83 0.47
Hex DA 14 58 0 5B 3C F 153 53 2F
Octal 332 24 130 0 133 74 17 523 123 57
Binary 11011010 10100 1011000 0 1011011 111100 1111 101010011 1010011 101111

Color Harmonies of #DA1458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1458

Black with #DA1458

Text Example


Text Example

White with #DA1458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1458; }

 p { color: rgb(218,20,88); }

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

background-color css

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

 a { background-color: rgb(218,20,88); }

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

border-color css

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

 span { border-color: rgb(218,20,88); }

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