Html Css Color HEX #DA036C Ruby

📋 copy color: '#DA036C'

red 218 ◦ green 3 ◦ blue 108

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

Shades of Ruby #DA036C

Tints of Ruby #DA036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 66.26%
G = 0.91%
B = 32.83%

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

#DA036C (or 0xDA036C) is known color: Ruby. HEX triplet: DA, 03 and 6C. RGB value is (218,3,108). Sum of RGB (Red+Green+Blue) = 218+3+108=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA036C is #25FC93. Grayscale: #4F4F4F. Windows color (decimal): -2489492 or 7078874. OLE color: 7078874.

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

Color convert

RGB 218 3 108 -
CMYK 0 0.99 0.50 0.15
HSL 330.7º 0.97% 0.43% -
HSV(B) 330.7º 0.99% 0.85% -
XYZ 31.65 16.05 15.62 -
YUV 79.26 144.23 226.96 -
System Red Green Blue C M Y K H S L
Decimal 218 3 108 0 0.99 0.50 0.15 330.7 0.97 0.43
Hex DA 3 6C 0 63 32 F 14B 61 2B
Octal 332 3 154 0 143 62 17 513 141 53
Binary 11011010 11 1101100 0 1100011 110010 1111 101001011 1100001 101011

Color Harmonies of #DA036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA036C

Black with #DA036C

Text Example


Text Example

White with #DA036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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