Html Css Color HEX #DA0972 Ruby

📋 copy color: '#DA0972'

red 218 ◦ green 9 ◦ blue 114

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

Shades of Ruby #DA0972

Tints of Ruby #DA0972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 63.93%
G = 2.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA0972 (or 0xDA0972) is known color: Ruby. HEX triplet: DA, 09 and 72. RGB value is (218,9,114). Sum of RGB (Red+Green+Blue) = 218+9+114=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0972 is #25F68D. Grayscale: #535353. Windows color (decimal): -2487950 or 7473626. OLE color: 7473626.

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

Color convert

RGB 218 9 114 -
CMYK 0 0.96 0.48 0.15
HSL 329.86º 0.92% 0.45% -
HSV(B) 329.86º 0.96% 0.85% -
XYZ 32.05 16.32 17.38 -
YUV 83.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 218 9 114 0 0.96 0.48 0.15 329.86 0.92 0.45
Hex DA 9 72 0 60 30 F 14A 5C 2D
Octal 332 11 162 0 140 60 17 512 134 55
Binary 11011010 1001 1110010 0 1100000 110000 1111 101001010 1011100 101101

Color Harmonies of #DA0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0972

Black with #DA0972

Text Example


Text Example

White with #DA0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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