Html Css Color HEX #DA1972 Ruby

📋 copy color: '#DA1972'

red 218 ◦ green 25 ◦ blue 114

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

Shades of Ruby #DA1972

Tints of Ruby #DA1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

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

R = 61.06%
G = 7%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA1972 (or 0xDA1972) is known color: Ruby. HEX triplet: DA, 19 and 72. RGB value is (218,25,114). Sum of RGB (Red+Green+Blue) = 218+25+114=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1972 is #25E68D. Grayscale: #5C5C5C. Windows color (decimal): -2483854 or 7477722. OLE color: 7477722.

HSL color Cylindrical-coordinate representation of color #DA1972: hue angle of 332.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1972 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 114 -
CMYK 0 0.89 0.48 0.15
HSL 332.33º 0.79% 0.48% -
HSV(B) 332.33º 0.89% 0.85% -
XYZ 32.3 16.82 17.46 -
YUV 92.85 139.94 217.26 -
System Red Green Blue C M Y K H S L
Decimal 218 25 114 0 0.89 0.48 0.15 332.33 0.79 0.48
Hex DA 19 72 0 59 30 F 14C 4F 30
Octal 332 31 162 0 131 60 17 514 117 60
Binary 11011010 11001 1110010 0 1011001 110000 1111 101001100 1001111 110000

Color Harmonies of #DA1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1972

Black with #DA1972

Text Example


Text Example

White with #DA1972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1972; }

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

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

background-color css

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

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

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

border-color css

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

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

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