Html Css Color HEX #DA008C Medium Violet Red

📋 copy color: '#DA008C'

red 218 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #DA008C

Tints of Medium Violet Red #DA008C

RGB

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

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

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

R = 60.89%
G = 0%
B = 39.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA008C (or 0xDA008C) is known color: Medium Violet Red. HEX triplet: DA, 00 and 8C. RGB value is (218,0,140). Sum of RGB (Red+Green+Blue) = 218+0+140=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA008C is #25FF73. Grayscale: #505050. Windows color (decimal): -2490228 or 9175258. OLE color: 9175258.

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

Color convert

RGB 218 0 140 -
CMYK 0 1 0.36 0.15
HSL 321.47º 1% 0.43% -
HSV(B) 321.47º 1% 0.85% -
XYZ 33.65 16.8 26.28 -
YUV 81.14 161.22 225.62 -
System Red Green Blue C M Y K H S L
Decimal 218 0 140 0 1 0.36 0.15 321.47 1 0.43
Hex DA 0 8C 0 64 24 F 141 64 2B
Octal 332 0 214 0 144 44 17 501 144 53
Binary 11011010 0 10001100 0 1100100 100100 1111 101000001 1100100 101011

Color Harmonies of #DA008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA008C

Black with #DA008C

Text Example


Text Example

White with #DA008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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