Html Css Color HEX #DA008E Medium Violet Red

📋 copy color: '#DA008E'

red 218 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #DA008E

Tints of Medium Violet Red #DA008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 60.56%
G = 0%
B = 39.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA008E (or 0xDA008E) is known color: Medium Violet Red. HEX triplet: DA, 00 and 8E. RGB value is (218,0,142). Sum of RGB (Red+Green+Blue) = 218+0+142=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA008E is #25FF71. Grayscale: #515151. Windows color (decimal): -2490226 or 9306330. OLE color: 9306330.

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

Color convert

RGB 218 0 142 -
CMYK 0 1 0.35 0.15
HSL 320.92º 1% 0.43% -
HSV(B) 320.92º 1% 0.85% -
XYZ 33.8 16.86 27.06 -
YUV 81.37 162.22 225.45 -
System Red Green Blue C M Y K H S L
Decimal 218 0 142 0 1 0.35 0.15 320.92 1 0.43
Hex DA 0 8E 0 64 23 F 141 64 2B
Octal 332 0 216 0 144 43 17 501 144 53
Binary 11011010 0 10001110 0 1100100 100011 1111 101000001 1100100 101011

Color Harmonies of #DA008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA008E

Black with #DA008E

Text Example


Text Example

White with #DA008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA008E; }

 p { color: rgb(218,0,142); }

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

background-color css

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

 a { background-color: rgb(218,0,142); }

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

border-color css

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

 span { border-color: rgb(218,0,142); }

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