Html Css Color HEX #DA0962 Ruby

📋 copy color: '#DA0962'

red 218 ◦ green 9 ◦ blue 98

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

Shades of Ruby #DA0962

Tints of Ruby #DA0962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 67.08%
G = 2.77%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA0962 (or 0xDA0962) is known color: Ruby. HEX triplet: DA, 09 and 62. RGB value is (218,9,98). Sum of RGB (Red+Green+Blue) = 218+9+98=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0962 is #25F69D. Grayscale: #515151. Windows color (decimal): -2487966 or 6425050. OLE color: 6425050.

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

Color convert

RGB 218 9 98 -
CMYK 0 0.96 0.55 0.15
HSL 334.45º 0.92% 0.45% -
HSV(B) 334.45º 0.96% 0.85% -
XYZ 31.22 15.98 12.99 -
YUV 81.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 218 9 98 0 0.96 0.55 0.15 334.45 0.92 0.45
Hex DA 9 62 0 60 37 F 14E 5C 2D
Octal 332 11 142 0 140 67 17 516 134 55
Binary 11011010 1001 1100010 0 1100000 110111 1111 101001110 1011100 101101

Color Harmonies of #DA0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0962

Black with #DA0962

Text Example


Text Example

White with #DA0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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