Html Css Color HEX #DA026E Ruby

📋 copy color: '#DA026E'

red 218 ◦ green 2 ◦ blue 110

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

Shades of Ruby #DA026E

Tints of Ruby #DA026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 66.06%
G = 0.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA026E (or 0xDA026E) is known color: Ruby. HEX triplet: DA, 02 and 6E. RGB value is (218,2,110). Sum of RGB (Red+Green+Blue) = 218+2+110=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA026E is #25FD91. Grayscale: #4E4E4E. Windows color (decimal): -2489746 or 7209690. OLE color: 7209690.

HSL color Cylindrical-coordinate representation of color #DA026E: hue angle of 330º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA026E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 110 -
CMYK 0 0.99 0.50 0.15
HSL 330º 0.98% 0.43% -
HSV(B) 330º 0.99% 0.85% -
XYZ 31.75 16.07 16.18 -
YUV 78.9 145.56 227.22 -
System Red Green Blue C M Y K H S L
Decimal 218 2 110 0 0.99 0.50 0.15 330 0.98 0.43
Hex DA 2 6E 0 63 32 F 14A 62 2B
Octal 332 2 156 0 143 62 17 512 142 53
Binary 11011010 10 1101110 0 1100011 110010 1111 101001010 1100010 101011

Color Harmonies of #DA026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA026E

Black with #DA026E

Text Example


Text Example

White with #DA026E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA026E; }

 p { color: rgb(218,2,110); }

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

background-color css

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

 a { background-color: rgb(218,2,110); }

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

border-color css

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

 span { border-color: rgb(218,2,110); }

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