Html Css Color HEX #DA0688 Medium Violet Red

📋 copy color: '#DA0688'

red 218 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #DA0688

Tints of Medium Violet Red #DA0688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 60.56%
G = 1.67%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0688 (or 0xDA0688) is known color: Medium Violet Red. HEX triplet: DA, 06 and 88. RGB value is (218,6,136). Sum of RGB (Red+Green+Blue) = 218+6+136=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0688 is #25F977. Grayscale: #535353. Windows color (decimal): -2488696 or 8914650. OLE color: 8914650.

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

Color convert

RGB 218 6 136 -
CMYK 0 0.97 0.38 0.15
HSL 323.21º 0.95% 0.44% -
HSV(B) 323.21º 0.97% 0.85% -
XYZ 33.42 16.81 24.78 -
YUV 84.21 157.24 223.43 -
System Red Green Blue C M Y K H S L
Decimal 218 6 136 0 0.97 0.38 0.15 323.21 0.95 0.44
Hex DA 6 88 0 61 26 F 143 5F 2C
Octal 332 6 210 0 141 46 17 503 137 54
Binary 11011010 110 10001000 0 1100001 100110 1111 101000011 1011111 101100

Color Harmonies of #DA0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0688

Black with #DA0688

Text Example


Text Example

White with #DA0688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0688; }

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

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

background-color css

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

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

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

border-color css

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

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

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