Html Css Color HEX #DA1262 Ruby

📋 copy color: '#DA1262'

red 218 ◦ green 18 ◦ blue 98

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

Shades of Ruby #DA1262

Tints of Ruby #DA1262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 65.27%
G = 5.39%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1262 (or 0xDA1262) is known color: Ruby. HEX triplet: DA, 12 and 62. RGB value is (218,18,98). Sum of RGB (Red+Green+Blue) = 218+18+98=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1262 is #25ED9D. Grayscale: #565656. Windows color (decimal): -2485662 or 6427354. OLE color: 6427354.

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

Color convert

RGB 218 18 98 -
CMYK 0 0.92 0.55 0.15
HSL 336º 0.85% 0.46% -
HSV(B) 336º 0.92% 0.85% -
XYZ 31.33 16.22 13.03 -
YUV 86.92 134.26 221.5 -
System Red Green Blue C M Y K H S L
Decimal 218 18 98 0 0.92 0.55 0.15 336 0.85 0.46
Hex DA 12 62 0 5C 37 F 150 55 2E
Octal 332 22 142 0 134 67 17 520 125 56
Binary 11011010 10010 1100010 0 1011100 110111 1111 101010000 1010101 101110

Color Harmonies of #DA1262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1262

Black with #DA1262

Text Example


Text Example

White with #DA1262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1262; }

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

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

background-color css

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

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

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

border-color css

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

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

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