Html Css Color HEX #DA1C6D Ruby

📋 copy color: '#DA1C6D'

red 218 ◦ green 28 ◦ blue 109

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

Shades of Ruby #DA1C6D

Tints of Ruby #DA1C6D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.89%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 61.41%
G = 7.89%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA1C6D (or 0xDA1C6D) is known color: Ruby. HEX triplet: DA, 1C and 6D. RGB value is (218,28,109). Sum of RGB (Red+Green+Blue) = 218+28+109=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1C6D is #25E392. Grayscale: #5D5D5D. Windows color (decimal): -2483091 or 7150810. OLE color: 7150810.

HSL color Cylindrical-coordinate representation of color #DA1C6D: hue angle of 334.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1C6D is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 28 109 -
CMYK 0 0.87 0.5 0.15
HSL 334.42º 0.77% 0.48% -
HSV(B) 334.42º 0.87% 0.85% -
XYZ 32.09 16.84 16.03 -
YUV 94.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 218 28 109 0 0.87 0.5 0.15 334.42 0.77 0.48
Hex DA 1C 6D 0 57 32 F 14E 4D 30
Octal 332 34 155 0 127 62 17 516 115 60
Binary 11011010 11100 1101101 0 1010111 110010 1111 101001110 1001101 110000

Color Harmonies of #DA1C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1C6D

Black with #DA1C6D

Text Example


Text Example

White with #DA1C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1C6D; }

 p { color: rgb(218,28,109); }

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

background-color css

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

 a { background-color: rgb(218,28,109); }

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

border-color css

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

 span { border-color: rgb(218,28,109); }

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