Html Css Color HEX #DA1968 Ruby

📋 copy color: '#DA1968'

red 218 ◦ green 25 ◦ blue 104

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

Shades of Ruby #DA1968

Tints of Ruby #DA1968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 62.82%
G = 7.2%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA1968 (or 0xDA1968) is known color: Ruby. HEX triplet: DA, 19 and 68. RGB value is (218,25,104). Sum of RGB (Red+Green+Blue) = 218+25+104=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1968 is #25E697. Grayscale: #5B5B5B. Windows color (decimal): -2483864 or 6822362. OLE color: 6822362.

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

Color convert

RGB 218 25 104 -
CMYK 0 0.89 0.52 0.15
HSL 335.44º 0.79% 0.48% -
HSV(B) 335.44º 0.89% 0.85% -
XYZ 31.76 16.6 14.63 -
YUV 91.71 134.94 218.08 -
System Red Green Blue C M Y K H S L
Decimal 218 25 104 0 0.89 0.52 0.15 335.44 0.79 0.48
Hex DA 19 68 0 59 34 F 14F 4F 30
Octal 332 31 150 0 131 64 17 517 117 60
Binary 11011010 11001 1101000 0 1011001 110100 1111 101001111 1001111 110000

Color Harmonies of #DA1968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1968

Black with #DA1968

Text Example


Text Example

White with #DA1968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1968; }

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

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

background-color css

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

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

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

border-color css

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

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

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