Html Css Color HEX #DA0274 Ruby

📋 copy color: '#DA0274'

red 218 ◦ green 2 ◦ blue 116

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

Shades of Ruby #DA0274

Tints of Ruby #DA0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 64.88%
G = 0.6%
B = 34.52%

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

#DA0274 (or 0xDA0274) is known color: Ruby. HEX triplet: DA, 02 and 74. RGB value is (218,2,116). Sum of RGB (Red+Green+Blue) = 218+2+116=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0274 is #25FD8B. Grayscale: #4F4F4F. Windows color (decimal): -2489740 or 7602906. OLE color: 7602906.

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

Color convert

RGB 218 2 116 -
CMYK 0 0.99 0.47 0.15
HSL 328.33º 0.98% 0.43% -
HSV(B) 328.33º 0.99% 0.85% -
XYZ 32.09 16.21 17.96 -
YUV 79.58 148.56 226.73 -
System Red Green Blue C M Y K H S L
Decimal 218 2 116 0 0.99 0.47 0.15 328.33 0.98 0.43
Hex DA 2 74 0 63 2F F 148 62 2B
Octal 332 2 164 0 143 57 17 510 142 53
Binary 11011010 10 1110100 0 1100011 101111 1111 101001000 1100010 101011

Color Harmonies of #DA0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0274

Black with #DA0274

Text Example


Text Example

White with #DA0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0274; }

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

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

background-color css

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

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

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

border-color css

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

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

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