Html Css Color HEX #DA148C Medium Violet Red

📋 copy color: '#DA148C'

red 218 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #DA148C

Tints of Medium Violet Red #DA148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 57.67%
G = 5.29%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA148C (or 0xDA148C) is known color: Medium Violet Red. HEX triplet: DA, 14 and 8C. RGB value is (218,20,140). Sum of RGB (Red+Green+Blue) = 218+20+140=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA148C is #25EB73. Grayscale: #5C5C5C. Windows color (decimal): -2485108 or 9180378. OLE color: 9180378.

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

Color convert

RGB 218 20 140 -
CMYK 0 0.91 0.36 0.15
HSL 323.64º 0.83% 0.47% -
HSV(B) 323.64º 0.91% 0.85% -
XYZ 33.9 17.3 26.36 -
YUV 92.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 218 20 140 0 0.91 0.36 0.15 323.64 0.83 0.47
Hex DA 14 8C 0 5B 24 F 144 53 2F
Octal 332 24 214 0 133 44 17 504 123 57
Binary 11011010 10100 10001100 0 1011011 100100 1111 101000100 1010011 101111

Color Harmonies of #DA148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA148C

Black with #DA148C

Text Example


Text Example

White with #DA148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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