Html Css Color HEX #DA147F Medium Violet Red

📋 copy color: '#DA147F'

red 218 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #DA147F

Tints of Medium Violet Red #DA147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 59.73%
G = 5.48%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA147F (or 0xDA147F) is known color: Medium Violet Red. HEX triplet: DA, 14 and 7F. RGB value is (218,20,127). Sum of RGB (Red+Green+Blue) = 218+20+127=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA147F is #25EB80. Grayscale: #5B5B5B. Windows color (decimal): -2485121 or 8328410. OLE color: 8328410.

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

Color convert

RGB 218 20 127 -
CMYK 0 0.91 0.42 0.15
HSL 327.58º 0.83% 0.47% -
HSV(B) 327.58º 0.91% 0.85% -
XYZ 32.99 16.94 21.61 -
YUV 91.4 148.1 218.3 -
System Red Green Blue C M Y K H S L
Decimal 218 20 127 0 0.91 0.42 0.15 327.58 0.83 0.47
Hex DA 14 7F 0 5B 2A F 148 53 2F
Octal 332 24 177 0 133 52 17 510 123 57
Binary 11011010 10100 1111111 0 1011011 101010 1111 101001000 1010011 101111

Color Harmonies of #DA147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA147F

Black with #DA147F

Text Example


Text Example

White with #DA147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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