Html Css Color HEX #DA0288 Medium Violet Red

📋 copy color: '#DA0288'

red 218 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #DA0288

Tints of Medium Violet Red #DA0288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 61.24%
G = 0.56%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA0288 (or 0xDA0288) is known color: Medium Violet Red. HEX triplet: DA, 02 and 88. RGB value is (218,2,136). Sum of RGB (Red+Green+Blue) = 218+2+136=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0288 is #25FD77. Grayscale: #515151. Windows color (decimal): -2489720 or 8913626. OLE color: 8913626.

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

Color convert

RGB 218 2 136 -
CMYK 0 0.99 0.38 0.15
HSL 322.78º 0.98% 0.43% -
HSV(B) 322.78º 0.99% 0.85% -
XYZ 33.38 16.73 24.76 -
YUV 81.86 158.56 225.1 -
System Red Green Blue C M Y K H S L
Decimal 218 2 136 0 0.99 0.38 0.15 322.78 0.98 0.43
Hex DA 2 88 0 63 26 F 143 62 2B
Octal 332 2 210 0 143 46 17 503 142 53
Binary 11011010 10 10001000 0 1100011 100110 1111 101000011 1100010 101011

Color Harmonies of #DA0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0288

Black with #DA0288

Text Example


Text Example

White with #DA0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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