Html Css Color HEX #DA1472 Ruby

📋 copy color: '#DA1472'

red 218 ◦ green 20 ◦ blue 114

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

Shades of Ruby #DA1472

Tints of Ruby #DA1472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 61.93%
G = 5.68%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA1472 (or 0xDA1472) is known color: Ruby. HEX triplet: DA, 14 and 72. RGB value is (218,20,114). Sum of RGB (Red+Green+Blue) = 218+20+114=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1472 is #25EB8D. Grayscale: #595959. Windows color (decimal): -2485134 or 7476442. OLE color: 7476442.

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

Color convert

RGB 218 20 114 -
CMYK 0 0.91 0.48 0.15
HSL 331.52º 0.83% 0.47% -
HSV(B) 331.52º 0.91% 0.85% -
XYZ 32.2 16.62 17.43 -
YUV 89.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 218 20 114 0 0.91 0.48 0.15 331.52 0.83 0.47
Hex DA 14 72 0 5B 30 F 14C 53 2F
Octal 332 24 162 0 133 60 17 514 123 57
Binary 11011010 10100 1110010 0 1011011 110000 1111 101001100 1010011 101111

Color Harmonies of #DA1472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1472

Black with #DA1472

Text Example


Text Example

White with #DA1472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1472; }

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

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

background-color css

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

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

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

border-color css

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

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

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