Html Css Color HEX #DA144E Ruby

📋 copy color: '#DA144E'

red 218 ◦ green 20 ◦ blue 78

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

Shades of Ruby #DA144E

Tints of Ruby #DA144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 68.99%
G = 6.33%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA144E (or 0xDA144E) is known color: Ruby. HEX triplet: DA, 14 and 4E. RGB value is (218,20,78). Sum of RGB (Red+Green+Blue) = 218+20+78=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA144E is #25EBB1. Grayscale: #555555. Windows color (decimal): -2485170 or 5117146. OLE color: 5117146.

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

Color convert

RGB 218 20 78 -
CMYK 0 0.91 0.64 0.15
HSL 342.42º 0.83% 0.47% -
HSV(B) 342.42º 0.91% 0.85% -
XYZ 30.54 15.96 8.68 -
YUV 85.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 218 20 78 0 0.91 0.64 0.15 342.42 0.83 0.47
Hex DA 14 4E 0 5B 40 F 156 53 2F
Octal 332 24 116 0 133 100 17 526 123 57
Binary 11011010 10100 1001110 0 1011011 1000000 1111 101010110 1010011 101111

Color Harmonies of #DA144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA144E

Black with #DA144E

Text Example


Text Example

White with #DA144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA144E; }

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

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

background-color css

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

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

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

border-color css

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

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

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