Html Css Color HEX #DA125B Ruby

📋 copy color: '#DA125B'

red 218 ◦ green 18 ◦ blue 91

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

Shades of Ruby #DA125B

Tints of Ruby #DA125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.5%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 66.67%
G = 5.5%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA125B (or 0xDA125B) is known color: Ruby. HEX triplet: DA, 12 and 5B. RGB value is (218,18,91). Sum of RGB (Red+Green+Blue) = 218+18+91=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA125B is #25EDA4. Grayscale: #565656. Windows color (decimal): -2485669 or 5968602. OLE color: 5968602.

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

Color convert

RGB 218 18 91 -
CMYK 0 0.92 0.58 0.15
HSL 338.1º 0.85% 0.46% -
HSV(B) 338.1º 0.92% 0.85% -
XYZ 31.02 16.09 11.37 -
YUV 86.12 130.76 222.06 -
System Red Green Blue C M Y K H S L
Decimal 218 18 91 0 0.92 0.58 0.15 338.1 0.85 0.46
Hex DA 12 5B 0 5C 3A F 152 55 2E
Octal 332 22 133 0 134 72 17 522 125 56
Binary 11011010 10010 1011011 0 1011100 111010 1111 101010010 1010101 101110

Color Harmonies of #DA125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA125B

Black with #DA125B

Text Example


Text Example

White with #DA125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA125B; }

 p { color: rgb(218,18,91); }

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

background-color css

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

 a { background-color: rgb(218,18,91); }

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

border-color css

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

 span { border-color: rgb(218,18,91); }

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