Html Css Color HEX #DA036D Ruby

📋 copy color: '#DA036D'

red 218 ◦ green 3 ◦ blue 109

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

Shades of Ruby #DA036D

Tints of Ruby #DA036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 66.06%
G = 0.91%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA036D (or 0xDA036D) is known color: Ruby. HEX triplet: DA, 03 and 6D. RGB value is (218,3,109). Sum of RGB (Red+Green+Blue) = 218+3+109=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA036D is #25FC92. Grayscale: #4F4F4F. Windows color (decimal): -2489491 or 7144410. OLE color: 7144410.

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

Color convert

RGB 218 3 109 -
CMYK 0 0.99 0.5 0.15
HSL 330.42º 0.97% 0.43% -
HSV(B) 330.42º 0.99% 0.85% -
XYZ 31.71 16.07 15.9 -
YUV 79.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 218 3 109 0 0.99 0.5 0.15 330.42 0.97 0.43
Hex DA 3 6D 0 63 32 F 14A 61 2B
Octal 332 3 155 0 143 62 17 512 141 53
Binary 11011010 11 1101101 0 1100011 110010 1111 101001010 1100001 101011

Color Harmonies of #DA036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA036D

Black with #DA036D

Text Example


Text Example

White with #DA036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA036D; }

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

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

background-color css

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

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

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

border-color css

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

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

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