Html Css Color HEX #DA0768 Ruby

📋 copy color: '#DA0768'

red 218 ◦ green 7 ◦ blue 104

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

Shades of Ruby #DA0768

Tints of Ruby #DA0768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 66.26%
G = 2.13%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA0768 (or 0xDA0768) is known color: Ruby. HEX triplet: DA, 07 and 68. RGB value is (218,7,104). Sum of RGB (Red+Green+Blue) = 218+7+104=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0768 is #25F897. Grayscale: #505050. Windows color (decimal): -2488472 or 6817754. OLE color: 6817754.

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

Color convert

RGB 218 7 104 -
CMYK 0 0.97 0.52 0.15
HSL 332.42º 0.94% 0.44% -
HSV(B) 332.42º 0.97% 0.85% -
XYZ 31.49 16.06 14.54 -
YUV 81.15 140.9 225.61 -
System Red Green Blue C M Y K H S L
Decimal 218 7 104 0 0.97 0.52 0.15 332.42 0.94 0.44
Hex DA 7 68 0 61 34 F 14C 5E 2C
Octal 332 7 150 0 141 64 17 514 136 54
Binary 11011010 111 1101000 0 1100001 110100 1111 101001100 1011110 101100

Color Harmonies of #DA0768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0768

Black with #DA0768

Text Example


Text Example

White with #DA0768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0768; }

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

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

background-color css

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

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

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

border-color css

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

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

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