Html Css Color HEX #DA146A Ruby

📋 copy color: '#DA146A'

red 218 ◦ green 20 ◦ blue 106

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

Shades of Ruby #DA146A

Tints of Ruby #DA146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 63.37%
G = 5.81%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA146A (or 0xDA146A) is known color: Ruby. HEX triplet: DA, 14 and 6A. RGB value is (218,20,106). Sum of RGB (Red+Green+Blue) = 218+20+106=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA146A is #25EB95. Grayscale: #585858. Windows color (decimal): -2485142 or 6952154. OLE color: 6952154.

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

Color convert

RGB 218 20 106 -
CMYK 0 0.91 0.51 0.15
HSL 333.94º 0.83% 0.47% -
HSV(B) 333.94º 0.91% 0.85% -
XYZ 31.77 16.45 15.14 -
YUV 89.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 218 20 106 0 0.91 0.51 0.15 333.94 0.83 0.47
Hex DA 14 6A 0 5B 33 F 14E 53 2F
Octal 332 24 152 0 133 63 17 516 123 57
Binary 11011010 10100 1101010 0 1011011 110011 1111 101001110 1010011 101111

Color Harmonies of #DA146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA146A

Black with #DA146A

Text Example


Text Example

White with #DA146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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