Html Css Color HEX #DA0D68 Ruby

📋 copy color: '#DA0D68'

red 218 ◦ green 13 ◦ blue 104

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

Shades of Ruby #DA0D68

Tints of Ruby #DA0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

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

R = 65.07%
G = 3.88%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA0D68 (or 0xDA0D68) is known color: Ruby. HEX triplet: DA, 0D and 68. RGB value is (218,13,104). Sum of RGB (Red+Green+Blue) = 218+13+104=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D68 is #25F297. Grayscale: #545454. Windows color (decimal): -2486936 or 6819290. OLE color: 6819290.

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

Color convert

RGB 218 13 104 -
CMYK 0 0.94 0.52 0.15
HSL 333.37º 0.89% 0.45% -
HSV(B) 333.37º 0.94% 0.85% -
XYZ 31.56 16.19 14.56 -
YUV 84.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 218 13 104 0 0.94 0.52 0.15 333.37 0.89 0.45
Hex DA D 68 0 5E 34 F 14D 59 2D
Octal 332 15 150 0 136 64 17 515 131 55
Binary 11011010 1101 1101000 0 1011110 110100 1111 101001101 1011001 101101

Color Harmonies of #DA0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D68

Black with #DA0D68

Text Example


Text Example

White with #DA0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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