Html Css Color HEX #DA1567 Ruby

📋 copy color: '#DA1567'

red 218 ◦ green 21 ◦ blue 103

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

Shades of Ruby #DA1567

Tints of Ruby #DA1567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.12%

R = 63.74%
G = 6.14%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA1567 (or 0xDA1567) is known color: Ruby. HEX triplet: DA, 15 and 67. RGB value is (218,21,103). Sum of RGB (Red+Green+Blue) = 218+21+103=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1567 is #25EA98. Grayscale: #595959. Windows color (decimal): -2484889 or 6755802. OLE color: 6755802.

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

Color convert

RGB 218 21 103 -
CMYK 0 0.90 0.53 0.15
HSL 335.03º 0.82% 0.47% -
HSV(B) 335.03º 0.9% 0.85% -
XYZ 31.63 16.42 14.33 -
YUV 89.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 218 21 103 0 0.90 0.53 0.15 335.03 0.82 0.47
Hex DA 15 67 0 5A 35 F 14F 52 2F
Octal 332 25 147 0 132 65 17 517 122 57
Binary 11011010 10101 1100111 0 1011010 110101 1111 101001111 1010010 101111

Color Harmonies of #DA1567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1567

Black with #DA1567

Text Example


Text Example

White with #DA1567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1567; }

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

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

background-color css

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

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

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

border-color css

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

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

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