Html Css Color HEX #DA145D Ruby

📋 copy color: '#DA145D'

red 218 ◦ green 20 ◦ blue 93

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

Shades of Ruby #DA145D

Tints of Ruby #DA145D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 65.86%
G = 6.04%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA145D (or 0xDA145D) is known color: Ruby. HEX triplet: DA, 14 and 5D. RGB value is (218,20,93). Sum of RGB (Red+Green+Blue) = 218+20+93=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA145D is #25EBA2. Grayscale: #575757. Windows color (decimal): -2485155 or 6100186. OLE color: 6100186.

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

Color convert

RGB 218 20 93 -
CMYK 0 0.91 0.57 0.15
HSL 337.88º 0.83% 0.47% -
HSV(B) 337.88º 0.91% 0.85% -
XYZ 31.14 16.2 11.84 -
YUV 87.52 131.1 221.06 -
System Red Green Blue C M Y K H S L
Decimal 218 20 93 0 0.91 0.57 0.15 337.88 0.83 0.47
Hex DA 14 5D 0 5B 39 F 152 53 2F
Octal 332 24 135 0 133 71 17 522 123 57
Binary 11011010 10100 1011101 0 1011011 111001 1111 101010010 1010011 101111

Color Harmonies of #DA145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA145D

Black with #DA145D

Text Example


Text Example

White with #DA145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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