Html Css Color HEX #DA146F Ruby

📋 copy color: '#DA146F'

red 218 ◦ green 20 ◦ blue 111

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

Shades of Ruby #DA146F

Tints of Ruby #DA146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 62.46%
G = 5.73%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA146F (or 0xDA146F) is known color: Ruby. HEX triplet: DA, 14 and 6F. RGB value is (218,20,111). Sum of RGB (Red+Green+Blue) = 218+20+111=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA146F is #25EB90. Grayscale: #595959. Windows color (decimal): -2485137 or 7279834. OLE color: 7279834.

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

Color convert

RGB 218 20 111 -
CMYK 0 0.91 0.49 0.15
HSL 332.42º 0.83% 0.47% -
HSV(B) 332.42º 0.91% 0.85% -
XYZ 32.03 16.55 16.55 -
YUV 89.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 218 20 111 0 0.91 0.49 0.15 332.42 0.83 0.47
Hex DA 14 6F 0 5B 31 F 14C 53 2F
Octal 332 24 157 0 133 61 17 514 123 57
Binary 11011010 10100 1101111 0 1011011 110001 1111 101001100 1010011 101111

Color Harmonies of #DA146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA146F

Black with #DA146F

Text Example


Text Example

White with #DA146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA146F; }

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

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

background-color css

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

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

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

border-color css

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

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

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