Html Css Color HEX #DA0188 Medium Violet Red

📋 copy color: '#DA0188'

red 218 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #DA0188

Tints of Medium Violet Red #DA0188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 61.41%
G = 0.28%
B = 38.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0188 (or 0xDA0188) is known color: Medium Violet Red. HEX triplet: DA, 01 and 88. RGB value is (218,1,136). Sum of RGB (Red+Green+Blue) = 218+1+136=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0188 is #25FE77. Grayscale: #505050. Windows color (decimal): -2489976 or 8913370. OLE color: 8913370.

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

Color convert

RGB 218 1 136 -
CMYK 0 1.00 0.38 0.15
HSL 322.67º 0.99% 0.43% -
HSV(B) 322.67º 1% 0.85% -
XYZ 33.37 16.7 24.76 -
YUV 81.27 158.89 225.52 -
System Red Green Blue C M Y K H S L
Decimal 218 1 136 0 1.00 0.38 0.15 322.67 0.99 0.43
Hex DA 1 88 0 64 26 F 143 63 2B
Octal 332 1 210 0 144 46 17 503 143 53
Binary 11011010 1 10001000 0 1100100 100110 1111 101000011 1100011 101011

Color Harmonies of #DA0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0188

Black with #DA0188

Text Example


Text Example

White with #DA0188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0188; }

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

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

background-color css

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

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

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

border-color css

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

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

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