Html Css Color HEX #DA145C Ruby

📋 copy color: '#DA145C'

red 218 ◦ green 20 ◦ blue 92

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

Shades of Ruby #DA145C

Tints of Ruby #DA145C

RGB

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

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

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

R = 66.06%
G = 6.06%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA145C (or 0xDA145C) is known color: Ruby. HEX triplet: DA, 14 and 5C. RGB value is (218,20,92). Sum of RGB (Red+Green+Blue) = 218+20+92=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA145C is #25EBA3. Grayscale: #575757. Windows color (decimal): -2485156 or 6034650. OLE color: 6034650.

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

Color convert

RGB 218 20 92 -
CMYK 0 0.91 0.58 0.15
HSL 338.18º 0.83% 0.47% -
HSV(B) 338.18º 0.91% 0.85% -
XYZ 31.1 16.18 11.61 -
YUV 87.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 218 20 92 0 0.91 0.58 0.15 338.18 0.83 0.47
Hex DA 14 5C 0 5B 3A F 152 53 2F
Octal 332 24 134 0 133 72 17 522 123 57
Binary 11011010 10100 1011100 0 1011011 111010 1111 101010010 1010011 101111

Color Harmonies of #DA145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA145C

Black with #DA145C

Text Example


Text Example

White with #DA145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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