Html Css Color HEX #DA1474 Ruby

📋 copy color: '#DA1474'

red 218 ◦ green 20 ◦ blue 116

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

Shades of Ruby #DA1474

Tints of Ruby #DA1474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 61.58%
G = 5.65%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA1474 (or 0xDA1474) is known color: Ruby. HEX triplet: DA, 14 and 74. RGB value is (218,20,116). Sum of RGB (Red+Green+Blue) = 218+20+116=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1474 is #25EB8B. Grayscale: #595959. Windows color (decimal): -2485132 or 7607514. OLE color: 7607514.

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

Color convert

RGB 218 20 116 -
CMYK 0 0.91 0.47 0.15
HSL 330.91º 0.83% 0.47% -
HSV(B) 330.91º 0.91% 0.85% -
XYZ 32.32 16.67 18.04 -
YUV 90.15 142.6 219.19 -
System Red Green Blue C M Y K H S L
Decimal 218 20 116 0 0.91 0.47 0.15 330.91 0.83 0.47
Hex DA 14 74 0 5B 2F F 14B 53 2F
Octal 332 24 164 0 133 57 17 513 123 57
Binary 11011010 10100 1110100 0 1011011 101111 1111 101001011 1010011 101111

Color Harmonies of #DA1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1474

Black with #DA1474

Text Example


Text Example

White with #DA1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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