Html Css Color HEX #DA087D Medium Violet Red

📋 copy color: '#DA087D'

red 218 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #DA087D

Tints of Medium Violet Red #DA087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.28%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 62.11%
G = 2.28%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA087D (or 0xDA087D) is known color: Medium Violet Red. HEX triplet: DA, 08 and 7D. RGB value is (218,8,125). Sum of RGB (Red+Green+Blue) = 218+8+125=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA087D is #25F782. Grayscale: #535353. Windows color (decimal): -2488195 or 8194266. OLE color: 8194266.

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

Color convert

RGB 218 8 125 -
CMYK 0 0.96 0.43 0.15
HSL 326.57º 0.93% 0.44% -
HSV(B) 326.57º 0.96% 0.85% -
XYZ 32.7 16.56 20.87 -
YUV 84.13 151.07 223.49 -
System Red Green Blue C M Y K H S L
Decimal 218 8 125 0 0.96 0.43 0.15 326.57 0.93 0.44
Hex DA 8 7D 0 60 2B F 147 5D 2C
Octal 332 10 175 0 140 53 17 507 135 54
Binary 11011010 1000 1111101 0 1100000 101011 1111 101000111 1011101 101100

Color Harmonies of #DA087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA087D

Black with #DA087D

Text Example


Text Example

White with #DA087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA087D; }

 p { color: rgb(218,8,125); }

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

background-color css

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

 a { background-color: rgb(218,8,125); }

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

border-color css

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

 span { border-color: rgb(218,8,125); }

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