Html Css Color HEX #DA0374 Ruby

📋 copy color: '#DA0374'

red 218 ◦ green 3 ◦ blue 116

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

Shades of Ruby #DA0374

Tints of Ruby #DA0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 64.69%
G = 0.89%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA0374 (or 0xDA0374) is known color: Ruby. HEX triplet: DA, 03 and 74. RGB value is (218,3,116). Sum of RGB (Red+Green+Blue) = 218+3+116=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0374 is #25FC8B. Grayscale: #4F4F4F. Windows color (decimal): -2489484 or 7603162. OLE color: 7603162.

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

Color convert

RGB 218 3 116 -
CMYK 0 0.99 0.47 0.15
HSL 328.47º 0.97% 0.43% -
HSV(B) 328.47º 0.99% 0.85% -
XYZ 32.1 16.23 17.96 -
YUV 80.17 148.23 226.31 -
System Red Green Blue C M Y K H S L
Decimal 218 3 116 0 0.99 0.47 0.15 328.47 0.97 0.43
Hex DA 3 74 0 63 2F F 148 61 2B
Octal 332 3 164 0 143 57 17 510 141 53
Binary 11011010 11 1110100 0 1100011 101111 1111 101001000 1100001 101011

Color Harmonies of #DA0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0374

Black with #DA0374

Text Example


Text Example

White with #DA0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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