Html Css Color HEX #DA1275 Ruby

📋 copy color: '#DA1275'

red 218 ◦ green 18 ◦ blue 117

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

Shades of Ruby #DA1275

Tints of Ruby #DA1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 61.76%
G = 5.1%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA1275 (or 0xDA1275) is known color: Ruby. HEX triplet: DA, 12 and 75. RGB value is (218,18,117). Sum of RGB (Red+Green+Blue) = 218+18+117=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1275 is #25ED8A. Grayscale: #585858. Windows color (decimal): -2485643 or 7672538. OLE color: 7672538.

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

Color convert

RGB 218 18 117 -
CMYK 0 0.92 0.46 0.15
HSL 330.3º 0.85% 0.46% -
HSV(B) 330.3º 0.92% 0.85% -
XYZ 32.34 16.62 18.33 -
YUV 89.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 218 18 117 0 0.92 0.46 0.15 330.3 0.85 0.46
Hex DA 12 75 0 5C 2E F 14A 55 2E
Octal 332 22 165 0 134 56 17 512 125 56
Binary 11011010 10010 1110101 0 1011100 101110 1111 101001010 1010101 101110

Color Harmonies of #DA1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1275

Black with #DA1275

Text Example


Text Example

White with #DA1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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