Html Css Color HEX #DA0175 Ruby

📋 copy color: '#DA0175'

red 218 ◦ green 1 ◦ blue 117

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

Shades of Ruby #DA0175

Tints of Ruby #DA0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 64.88%
G = 0.3%
B = 34.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA0175 (or 0xDA0175) is known color: Ruby. HEX triplet: DA, 01 and 75. RGB value is (218,1,117). Sum of RGB (Red+Green+Blue) = 218+1+117=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0175 is #25FE8A. Grayscale: #4E4E4E. Windows color (decimal): -2489995 or 7668186. OLE color: 7668186.

HSL color Cylindrical-coordinate representation of color #DA0175: hue angle of 327.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0175 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 117 -
CMYK 0 1.00 0.46 0.15
HSL 327.93º 0.99% 0.43% -
HSV(B) 327.93º 1% 0.85% -
XYZ 32.14 16.21 18.27 -
YUV 79.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 218 1 117 0 1.00 0.46 0.15 327.93 0.99 0.43
Hex DA 1 75 0 64 2E F 148 63 2B
Octal 332 1 165 0 144 56 17 510 143 53
Binary 11011010 1 1110101 0 1100100 101110 1111 101001000 1100011 101011

Color Harmonies of #DA0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0175

Black with #DA0175

Text Example


Text Example

White with #DA0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0175; }

 p { color: rgb(218,1,117); }

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

background-color css

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

 a { background-color: rgb(218,1,117); }

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

border-color css

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

 span { border-color: rgb(218,1,117); }

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