Html Css Color HEX #DA155F Ruby

📋 copy color: '#DA155F'

red 218 ◦ green 21 ◦ blue 95

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

Shades of Ruby #DA155F

Tints of Ruby #DA155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

 BLUE value IS 95 (37.5% from 255) = 28.44%

R = 65.27%
G = 6.29%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA155F (or 0xDA155F) is known color: Ruby. HEX triplet: DA, 15 and 5F. RGB value is (218,21,95). Sum of RGB (Red+Green+Blue) = 218+21+95=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA155F is #25EAA0. Grayscale: #585858. Windows color (decimal): -2484897 or 6231514. OLE color: 6231514.

HSL color Cylindrical-coordinate representation of color #DA155F: hue angle of 337.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA155F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 95 -
CMYK 0 0.90 0.56 0.15
HSL 337.46º 0.82% 0.47% -
HSV(B) 337.46º 0.9% 0.85% -
XYZ 31.25 16.27 12.32 -
YUV 88.34 131.77 220.48 -
System Red Green Blue C M Y K H S L
Decimal 218 21 95 0 0.90 0.56 0.15 337.46 0.82 0.47
Hex DA 15 5F 0 5A 38 F 151 52 2F
Octal 332 25 137 0 132 70 17 521 122 57
Binary 11011010 10101 1011111 0 1011010 111000 1111 101010001 1010010 101111

Color Harmonies of #DA155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA155F

Black with #DA155F

Text Example


Text Example

White with #DA155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA155F; }

 p { color: rgb(218,21,95); }

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

background-color css

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

 a { background-color: rgb(218,21,95); }

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

border-color css

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

 span { border-color: rgb(218,21,95); }

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