Html Css Color HEX #DA0693 Medium Violet Red

📋 copy color: '#DA0693'

red 218 ◦ green 6 ◦ blue 147

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

Shades of Medium Violet Red #DA0693

Tints of Medium Violet Red #DA0693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 58.76%
G = 1.62%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA0693 (or 0xDA0693) is known color: Medium Violet Red. HEX triplet: DA, 06 and 93. RGB value is (218,6,147). Sum of RGB (Red+Green+Blue) = 218+6+147=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0693 is #25F96C. Grayscale: #555555. Windows color (decimal): -2488685 or 9635546. OLE color: 9635546.

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

Color convert

RGB 218 6 147 -
CMYK 0 0.97 0.33 0.15
HSL 320.09º 0.95% 0.44% -
HSV(B) 320.09º 0.97% 0.85% -
XYZ 34.25 17.14 29.11 -
YUV 85.46 162.74 222.54 -
System Red Green Blue C M Y K H S L
Decimal 218 6 147 0 0.97 0.33 0.15 320.09 0.95 0.44
Hex DA 6 93 0 61 21 F 140 5F 2C
Octal 332 6 223 0 141 41 17 500 137 54
Binary 11011010 110 10010011 0 1100001 100001 1111 101000000 1011111 101100

Color Harmonies of #DA0693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0693

Black with #DA0693

Text Example


Text Example

White with #DA0693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0693; }

 p { color: rgb(218,6,147); }

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

background-color css

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

 a { background-color: rgb(218,6,147); }

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

border-color css

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

 span { border-color: rgb(218,6,147); }

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