Html Css Color HEX #DA148A Medium Violet Red

📋 copy color: '#DA148A'

red 218 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #DA148A

Tints of Medium Violet Red #DA148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 57.98%
G = 5.32%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA148A (or 0xDA148A) is known color: Medium Violet Red. HEX triplet: DA, 14 and 8A. RGB value is (218,20,138). Sum of RGB (Red+Green+Blue) = 218+20+138=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA148A is #25EB75. Grayscale: #5C5C5C. Windows color (decimal): -2485110 or 9049306. OLE color: 9049306.

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

Color convert

RGB 218 20 138 -
CMYK 0 0.91 0.37 0.15
HSL 324.24º 0.83% 0.47% -
HSV(B) 324.24º 0.91% 0.85% -
XYZ 33.75 17.24 25.59 -
YUV 92.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 218 20 138 0 0.91 0.37 0.15 324.24 0.83 0.47
Hex DA 14 8A 0 5B 25 F 144 53 2F
Octal 332 24 212 0 133 45 17 504 123 57
Binary 11011010 10100 10001010 0 1011011 100101 1111 101000100 1010011 101111

Color Harmonies of #DA148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA148A

Black with #DA148A

Text Example


Text Example

White with #DA148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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