Html Css Color HEX #DA026F Ruby

📋 copy color: '#DA026F'

red 218 ◦ green 2 ◦ blue 111

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

Shades of Ruby #DA026F

Tints of Ruby #DA026F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 65.86%
G = 0.6%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA026F (or 0xDA026F) is known color: Ruby. HEX triplet: DA, 02 and 6F. RGB value is (218,2,111). Sum of RGB (Red+Green+Blue) = 218+2+111=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA026F is #25FD90. Grayscale: #4E4E4E. Windows color (decimal): -2489745 or 7275226. OLE color: 7275226.

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

Color convert

RGB 218 2 111 -
CMYK 0 0.99 0.49 0.15
HSL 329.72º 0.98% 0.43% -
HSV(B) 329.72º 0.99% 0.85% -
XYZ 31.8 16.1 16.47 -
YUV 79.01 146.06 227.14 -
System Red Green Blue C M Y K H S L
Decimal 218 2 111 0 0.99 0.49 0.15 329.72 0.98 0.43
Hex DA 2 6F 0 63 31 F 14A 62 2B
Octal 332 2 157 0 143 61 17 512 142 53
Binary 11011010 10 1101111 0 1100011 110001 1111 101001010 1100010 101011

Color Harmonies of #DA026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA026F

Black with #DA026F

Text Example


Text Example

White with #DA026F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA026F; }

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

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

background-color css

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

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

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

border-color css

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

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

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