Html Css Color HEX #DA1767 Ruby

📋 copy color: '#DA1767'

red 218 ◦ green 23 ◦ blue 103

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

Shades of Ruby #DA1767

Tints of Ruby #DA1767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

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

R = 63.37%
G = 6.69%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA1767 (or 0xDA1767) is known color: Ruby. HEX triplet: DA, 17 and 67. RGB value is (218,23,103). Sum of RGB (Red+Green+Blue) = 218+23+103=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1767 is #25E898. Grayscale: #5A5A5A. Windows color (decimal): -2484377 or 6756314. OLE color: 6756314.

HSL color Cylindrical-coordinate representation of color #DA1767: hue angle of 335.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1767 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 23 103 -
CMYK 0 0.89 0.53 0.15
HSL 335.38º 0.81% 0.47% -
HSV(B) 335.38º 0.89% 0.85% -
XYZ 31.67 16.5 14.35 -
YUV 90.43 135.1 219 -
System Red Green Blue C M Y K H S L
Decimal 218 23 103 0 0.89 0.53 0.15 335.38 0.81 0.47
Hex DA 17 67 0 59 35 F 14F 51 2F
Octal 332 27 147 0 131 65 17 517 121 57
Binary 11011010 10111 1100111 0 1011001 110101 1111 101001111 1010001 101111

Color Harmonies of #DA1767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1767

Black with #DA1767

Text Example


Text Example

White with #DA1767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1767; }

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

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

background-color css

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

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

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

border-color css

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

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

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