Html Css Color HEX #DA145A Ruby

📋 copy color: '#DA145A'

red 218 ◦ green 20 ◦ blue 90

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

Shades of Ruby #DA145A

Tints of Ruby #DA145A

RGB

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

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

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

R = 66.46%
G = 6.1%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA145A (or 0xDA145A) is known color: Ruby. HEX triplet: DA, 14 and 5A. RGB value is (218,20,90). Sum of RGB (Red+Green+Blue) = 218+20+90=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA145A is #25EBA5. Grayscale: #575757. Windows color (decimal): -2485158 or 5903578. OLE color: 5903578.

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

Color convert

RGB 218 20 90 -
CMYK 0 0.91 0.59 0.15
HSL 338.79º 0.83% 0.47% -
HSV(B) 338.79º 0.91% 0.85% -
XYZ 31.01 16.14 11.15 -
YUV 87.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 218 20 90 0 0.91 0.59 0.15 338.79 0.83 0.47
Hex DA 14 5A 0 5B 3B F 153 53 2F
Octal 332 24 132 0 133 73 17 523 123 57
Binary 11011010 10100 1011010 0 1011011 111011 1111 101010011 1010011 101111

Color Harmonies of #DA145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA145A

Black with #DA145A

Text Example


Text Example

White with #DA145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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