Html Css Color HEX #DA0370 Ruby

📋 copy color: '#DA0370'

red 218 ◦ green 3 ◦ blue 112

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

Shades of Ruby #DA0370

Tints of Ruby #DA0370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 65.47%
G = 0.9%
B = 33.63%

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

#DA0370 (or 0xDA0370) is known color: Ruby. HEX triplet: DA, 03 and 70. RGB value is (218,3,112). Sum of RGB (Red+Green+Blue) = 218+3+112=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0370 is #25FC8F. Grayscale: #4F4F4F. Windows color (decimal): -2489488 or 7341018. OLE color: 7341018.

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

Color convert

RGB 218 3 112 -
CMYK 0 0.99 0.49 0.15
HSL 329.58º 0.97% 0.43% -
HSV(B) 329.58º 0.99% 0.85% -
XYZ 31.87 16.14 16.76 -
YUV 79.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 218 3 112 0 0.99 0.49 0.15 329.58 0.97 0.43
Hex DA 3 70 0 63 31 F 14A 61 2B
Octal 332 3 160 0 143 61 17 512 141 53
Binary 11011010 11 1110000 0 1100011 110001 1111 101001010 1100001 101011

Color Harmonies of #DA0370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0370

Black with #DA0370

Text Example


Text Example

White with #DA0370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0370; }

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

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

background-color css

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

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

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

border-color css

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

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

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