Html Css Color HEX #DA148D Medium Violet Red

📋 copy color: '#DA148D'

red 218 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #DA148D

Tints of Medium Violet Red #DA148D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 57.52%
G = 5.28%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA148D (or 0xDA148D) is known color: Medium Violet Red. HEX triplet: DA, 14 and 8D. RGB value is (218,20,141). Sum of RGB (Red+Green+Blue) = 218+20+141=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA148D is #25EB72. Grayscale: #5C5C5C. Windows color (decimal): -2485107 or 9245914. OLE color: 9245914.

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

Color convert

RGB 218 20 141 -
CMYK 0 0.91 0.35 0.15
HSL 323.33º 0.83% 0.47% -
HSV(B) 323.33º 0.91% 0.85% -
XYZ 33.97 17.33 26.75 -
YUV 93 155.1 217.16 -
System Red Green Blue C M Y K H S L
Decimal 218 20 141 0 0.91 0.35 0.15 323.33 0.83 0.47
Hex DA 14 8D 0 5B 23 F 143 53 2F
Octal 332 24 215 0 133 43 17 503 123 57
Binary 11011010 10100 10001101 0 1011011 100011 1111 101000011 1010011 101111

Color Harmonies of #DA148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA148D

Black with #DA148D

Text Example


Text Example

White with #DA148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA148D; }

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

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

background-color css

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

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

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

border-color css

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

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

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