Html Css Color HEX #DA145F Ruby

📋 copy color: '#DA145F'

red 218 ◦ green 20 ◦ blue 95

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

Shades of Ruby #DA145F

Tints of Ruby #DA145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 65.47%
G = 6.01%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA145F (or 0xDA145F) is known color: Ruby. HEX triplet: DA, 14 and 5F. RGB value is (218,20,95). Sum of RGB (Red+Green+Blue) = 218+20+95=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA145F is #25EBA0. Grayscale: #575757. Windows color (decimal): -2485153 or 6231258. OLE color: 6231258.

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

Color convert

RGB 218 20 95 -
CMYK 0 0.91 0.56 0.15
HSL 337.27º 0.83% 0.47% -
HSV(B) 337.27º 0.91% 0.85% -
XYZ 31.23 16.23 12.31 -
YUV 87.75 132.1 220.9 -
System Red Green Blue C M Y K H S L
Decimal 218 20 95 0 0.91 0.56 0.15 337.27 0.83 0.47
Hex DA 14 5F 0 5B 38 F 151 53 2F
Octal 332 24 137 0 133 70 17 521 123 57
Binary 11011010 10100 1011111 0 1011011 111000 1111 101010001 1010011 101111

Color Harmonies of #DA145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA145F

Black with #DA145F

Text Example


Text Example

White with #DA145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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