Html Css Color HEX #DA1775 Ruby

📋 copy color: '#DA1775'

red 218 ◦ green 23 ◦ blue 117

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

Shades of Ruby #DA1775

Tints of Ruby #DA1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 60.89%
G = 6.42%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA1775 (or 0xDA1775) is known color: Ruby. HEX triplet: DA, 17 and 75. RGB value is (218,23,117). Sum of RGB (Red+Green+Blue) = 218+23+117=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1775 is #25E88A. Grayscale: #5B5B5B. Windows color (decimal): -2484363 or 7673818. OLE color: 7673818.

HSL color Cylindrical-coordinate representation of color #DA1775: hue angle of 331.08º degrees, saturation: 0.81, 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 #DA1775 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 117 -
CMYK 0 0.89 0.46 0.15
HSL 331.08º 0.81% 0.47% -
HSV(B) 331.08º 0.89% 0.85% -
XYZ 32.43 16.8 18.36 -
YUV 92.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 218 23 117 0 0.89 0.46 0.15 331.08 0.81 0.47
Hex DA 17 75 0 59 2E F 14B 51 2F
Octal 332 27 165 0 131 56 17 513 121 57
Binary 11011010 10111 1110101 0 1011001 101110 1111 101001011 1010001 101111

Color Harmonies of #DA1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1775

Black with #DA1775

Text Example


Text Example

White with #DA1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1775; }

 p { color: rgb(218,23,117); }

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

background-color css

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

 a { background-color: rgb(218,23,117); }

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

border-color css

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

 span { border-color: rgb(218,23,117); }

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