Html Css Color HEX #DA1875 Ruby

📋 copy color: '#DA1875'

red 218 ◦ green 24 ◦ blue 117

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

Shades of Ruby #DA1875

Tints of Ruby #DA1875

RGB

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

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

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

R = 60.72%
G = 6.69%
B = 32.59%

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

#DA1875 (or 0xDA1875) is known color: Ruby. HEX triplet: DA, 18 and 75. RGB value is (218,24,117). Sum of RGB (Red+Green+Blue) = 218+24+117=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1875 is #25E78A. Grayscale: #5C5C5C. Windows color (decimal): -2484107 or 7674074. OLE color: 7674074.

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

Color convert

RGB 218 24 117 -
CMYK 0 0.89 0.46 0.15
HSL 331.24º 0.8% 0.47% -
HSV(B) 331.24º 0.89% 0.85% -
XYZ 32.45 16.84 18.37 -
YUV 92.61 141.77 217.44 -
System Red Green Blue C M Y K H S L
Decimal 218 24 117 0 0.89 0.46 0.15 331.24 0.8 0.47
Hex DA 18 75 0 59 2E F 14B 50 2F
Octal 332 30 165 0 131 56 17 513 120 57
Binary 11011010 11000 1110101 0 1011001 101110 1111 101001011 1010000 101111

Color Harmonies of #DA1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1875

Black with #DA1875

Text Example


Text Example

White with #DA1875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1875; }

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

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

background-color css

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

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

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

border-color css

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

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

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