Html Css Color HEX #DA1872 Ruby

📋 copy color: '#DA1872'

red 218 ◦ green 24 ◦ blue 114

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

Shades of Ruby #DA1872

Tints of Ruby #DA1872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 61.24%
G = 6.74%
B = 32.02%

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

#DA1872 (or 0xDA1872) is known color: Ruby. HEX triplet: DA, 18 and 72. RGB value is (218,24,114). Sum of RGB (Red+Green+Blue) = 218+24+114=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1872 is #25E78D. Grayscale: #5C5C5C. Windows color (decimal): -2484110 or 7477466. OLE color: 7477466.

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

Color convert

RGB 218 24 114 -
CMYK 0 0.89 0.48 0.15
HSL 332.16º 0.8% 0.47% -
HSV(B) 332.16º 0.89% 0.85% -
XYZ 32.28 16.77 17.46 -
YUV 92.27 140.27 217.68 -
System Red Green Blue C M Y K H S L
Decimal 218 24 114 0 0.89 0.48 0.15 332.16 0.8 0.47
Hex DA 18 72 0 59 30 F 14C 50 2F
Octal 332 30 162 0 131 60 17 514 120 57
Binary 11011010 11000 1110010 0 1011001 110000 1111 101001100 1010000 101111

Color Harmonies of #DA1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1872

Black with #DA1872

Text Example


Text Example

White with #DA1872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1872; }

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

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

background-color css

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

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

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

border-color css

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

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

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