Html Css Color HEX #DA0D6A Ruby

📋 copy color: '#DA0D6A'

red 218 ◦ green 13 ◦ blue 106

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

Shades of Ruby #DA0D6A

Tints of Ruby #DA0D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 64.69%
G = 3.86%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA0D6A (or 0xDA0D6A) is known color: Ruby. HEX triplet: DA, 0D and 6A. RGB value is (218,13,106). Sum of RGB (Red+Green+Blue) = 218+13+106=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D6A is #25F295. Grayscale: #545454. Windows color (decimal): -2486934 or 6950362. OLE color: 6950362.

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

Color convert

RGB 218 13 106 -
CMYK 0 0.94 0.51 0.15
HSL 332.78º 0.89% 0.45% -
HSV(B) 332.78º 0.94% 0.85% -
XYZ 31.66 16.23 15.1 -
YUV 84.9 139.92 222.94 -
System Red Green Blue C M Y K H S L
Decimal 218 13 106 0 0.94 0.51 0.15 332.78 0.89 0.45
Hex DA D 6A 0 5E 33 F 14D 59 2D
Octal 332 15 152 0 136 63 17 515 131 55
Binary 11011010 1101 1101010 0 1011110 110011 1111 101001101 1011001 101101

Color Harmonies of #DA0D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0D6A

Black with #DA0D6A

Text Example


Text Example

White with #DA0D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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