Html Css Color HEX #DA036F Ruby

📋 copy color: '#DA036F'

red 218 ◦ green 3 ◦ blue 111

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

Shades of Ruby #DA036F

Tints of Ruby #DA036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 65.66%
G = 0.9%
B = 33.43%

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

#DA036F (or 0xDA036F) is known color: Ruby. HEX triplet: DA, 03 and 6F. RGB value is (218,3,111). Sum of RGB (Red+Green+Blue) = 218+3+111=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA036F is #25FC90. Grayscale: #4F4F4F. Windows color (decimal): -2489489 or 7275482. OLE color: 7275482.

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

Color convert

RGB 218 3 111 -
CMYK 0 0.99 0.49 0.15
HSL 329.86º 0.97% 0.43% -
HSV(B) 329.86º 0.99% 0.85% -
XYZ 31.82 16.12 16.47 -
YUV 79.6 145.73 226.72 -
System Red Green Blue C M Y K H S L
Decimal 218 3 111 0 0.99 0.49 0.15 329.86 0.97 0.43
Hex DA 3 6F 0 63 31 F 14A 61 2B
Octal 332 3 157 0 143 61 17 512 141 53
Binary 11011010 11 1101111 0 1100011 110001 1111 101001010 1100001 101011

Color Harmonies of #DA036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA036F

Black with #DA036F

Text Example


Text Example

White with #DA036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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