Html Css Color HEX #DA146E Ruby

📋 copy color: '#DA146E'

red 218 ◦ green 20 ◦ blue 110

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

Shades of Ruby #DA146E

Tints of Ruby #DA146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 62.64%
G = 5.75%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA146E (or 0xDA146E) is known color: Ruby. HEX triplet: DA, 14 and 6E. RGB value is (218,20,110). Sum of RGB (Red+Green+Blue) = 218+20+110=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA146E is #25EB91. Grayscale: #595959. Windows color (decimal): -2485138 or 7214298. OLE color: 7214298.

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

Color convert

RGB 218 20 110 -
CMYK 0 0.91 0.50 0.15
HSL 332.73º 0.83% 0.47% -
HSV(B) 332.73º 0.91% 0.85% -
XYZ 31.98 16.53 16.26 -
YUV 89.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 218 20 110 0 0.91 0.50 0.15 332.73 0.83 0.47
Hex DA 14 6E 0 5B 32 F 14D 53 2F
Octal 332 24 156 0 133 62 17 515 123 57
Binary 11011010 10100 1101110 0 1011011 110010 1111 101001101 1010011 101111

Color Harmonies of #DA146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA146E

Black with #DA146E

Text Example


Text Example

White with #DA146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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