Html Css Color HEX #DA1468 Ruby

📋 copy color: '#DA1468'

red 218 ◦ green 20 ◦ blue 104

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

Shades of Ruby #DA1468

Tints of Ruby #DA1468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 63.74%
G = 5.85%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA1468 (or 0xDA1468) is known color: Ruby. HEX triplet: DA, 14 and 68. RGB value is (218,20,104). Sum of RGB (Red+Green+Blue) = 218+20+104=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1468 is #25EB97. Grayscale: #585858. Windows color (decimal): -2485144 or 6821082. OLE color: 6821082.

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

Color convert

RGB 218 20 104 -
CMYK 0 0.91 0.52 0.15
HSL 334.55º 0.83% 0.47% -
HSV(B) 334.55º 0.91% 0.85% -
XYZ 31.66 16.41 14.59 -
YUV 88.78 136.6 220.17 -
System Red Green Blue C M Y K H S L
Decimal 218 20 104 0 0.91 0.52 0.15 334.55 0.83 0.47
Hex DA 14 68 0 5B 34 F 14F 53 2F
Octal 332 24 150 0 133 64 17 517 123 57
Binary 11011010 10100 1101000 0 1011011 110100 1111 101001111 1010011 101111

Color Harmonies of #DA1468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1468

Black with #DA1468

Text Example


Text Example

White with #DA1468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1468; }

 p { color: rgb(218,20,104); }

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

background-color css

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

 a { background-color: rgb(218,20,104); }

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

border-color css

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

 span { border-color: rgb(218,20,104); }

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