Html Css Color HEX #DA018D Medium Violet Red

📋 copy color: '#DA018D'

red 218 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #DA018D

Tints of Medium Violet Red #DA018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 60.56%
G = 0.28%
B = 39.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA018D (or 0xDA018D) is known color: Medium Violet Red. HEX triplet: DA, 01 and 8D. RGB value is (218,1,141). Sum of RGB (Red+Green+Blue) = 218+1+141=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA018D is #25FE72. Grayscale: #515151. Windows color (decimal): -2489971 or 9241050. OLE color: 9241050.

HSL color Cylindrical-coordinate representation of color #DA018D: hue angle of 321.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA018D is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 141 -
CMYK 0 1.00 0.35 0.15
HSL 321.29º 0.99% 0.43% -
HSV(B) 321.29º 1% 0.85% -
XYZ 33.73 16.85 26.67 -
YUV 81.84 161.39 225.12 -
System Red Green Blue C M Y K H S L
Decimal 218 1 141 0 1.00 0.35 0.15 321.29 0.99 0.43
Hex DA 1 8D 0 64 23 F 141 63 2B
Octal 332 1 215 0 144 43 17 501 143 53
Binary 11011010 1 10001101 0 1100100 100011 1111 101000001 1100011 101011

Color Harmonies of #DA018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA018D

Black with #DA018D

Text Example


Text Example

White with #DA018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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