Html Css Color HEX #DA096E Ruby

📋 copy color: '#DA096E'

red 218 ◦ green 9 ◦ blue 110

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

Shades of Ruby #DA096E

Tints of Ruby #DA096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

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

R = 64.69%
G = 2.67%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA096E (or 0xDA096E) is known color: Ruby. HEX triplet: DA, 09 and 6E. RGB value is (218,9,110). Sum of RGB (Red+Green+Blue) = 218+9+110=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA096E is #25F691. Grayscale: #525252. Windows color (decimal): -2487954 or 7211482. OLE color: 7211482.

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

Color convert

RGB 218 9 110 -
CMYK 0 0.96 0.50 0.15
HSL 331º 0.92% 0.45% -
HSV(B) 331º 0.96% 0.85% -
XYZ 31.83 16.23 16.21 -
YUV 83.01 143.24 224.29 -
System Red Green Blue C M Y K H S L
Decimal 218 9 110 0 0.96 0.50 0.15 331 0.92 0.45
Hex DA 9 6E 0 60 32 F 14B 5C 2D
Octal 332 11 156 0 140 62 17 513 134 55
Binary 11011010 1001 1101110 0 1100000 110010 1111 101001011 1011100 101101

Color Harmonies of #DA096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA096E

Black with #DA096E

Text Example


Text Example

White with #DA096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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