Html Css Color HEX #DA1569 Ruby

📋 copy color: '#DA1569'

red 218 ◦ green 21 ◦ blue 105

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

Shades of Ruby #DA1569

Tints of Ruby #DA1569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 63.37%
G = 6.1%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA1569 (or 0xDA1569) is known color: Ruby. HEX triplet: DA, 15 and 69. RGB value is (218,21,105). Sum of RGB (Red+Green+Blue) = 218+21+105=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1569 is #25EA96. Grayscale: #595959. Windows color (decimal): -2484887 or 6886874. OLE color: 6886874.

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

Color convert

RGB 218 21 105 -
CMYK 0 0.90 0.52 0.15
HSL 334.42º 0.82% 0.47% -
HSV(B) 334.42º 0.9% 0.85% -
XYZ 31.73 16.46 14.87 -
YUV 89.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 218 21 105 0 0.90 0.52 0.15 334.42 0.82 0.47
Hex DA 15 69 0 5A 34 F 14E 52 2F
Octal 332 25 151 0 132 64 17 516 122 57
Binary 11011010 10101 1101001 0 1011010 110100 1111 101001110 1010010 101111

Color Harmonies of #DA1569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1569

Black with #DA1569

Text Example


Text Example

White with #DA1569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1569; }

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

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

background-color css

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

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

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

border-color css

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

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

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