Html Css Color HEX #DA1962 Ruby

📋 copy color: '#DA1962'

red 218 ◦ green 25 ◦ blue 98

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

Shades of Ruby #DA1962

Tints of Ruby #DA1962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 63.93%
G = 7.33%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA1962 (or 0xDA1962) is known color: Ruby. HEX triplet: DA, 19 and 62. RGB value is (218,25,98). Sum of RGB (Red+Green+Blue) = 218+25+98=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1962 is #25E69D. Grayscale: #5A5A5A. Windows color (decimal): -2483870 or 6429146. OLE color: 6429146.

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

Color convert

RGB 218 25 98 -
CMYK 0 0.89 0.55 0.15
HSL 337.31º 0.79% 0.48% -
HSV(B) 337.31º 0.89% 0.85% -
XYZ 31.47 16.48 13.08 -
YUV 91.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 218 25 98 0 0.89 0.55 0.15 337.31 0.79 0.48
Hex DA 19 62 0 59 37 F 151 4F 30
Octal 332 31 142 0 131 67 17 521 117 60
Binary 11011010 11001 1100010 0 1011001 110111 1111 101010001 1001111 110000

Color Harmonies of #DA1962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1962

Black with #DA1962

Text Example


Text Example

White with #DA1962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1962; }

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

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

background-color css

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

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

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

border-color css

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

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

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