Html Css Color HEX #DA1B7E Medium Violet Red

📋 copy color: '#DA1B7E'

red 218 ◦ green 27 ◦ blue 126

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

Shades of Medium Violet Red #DA1B7E

Tints of Medium Violet Red #DA1B7E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.28%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 58.76%
G = 7.28%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA1B7E (or 0xDA1B7E) is known color: Medium Violet Red. HEX triplet: DA, 1B and 7E. RGB value is (218,27,126). Sum of RGB (Red+Green+Blue) = 218+27+126=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B7E is #25E481. Grayscale: #5F5F5F. Windows color (decimal): -2483330 or 8264666. OLE color: 8264666.

HSL color Cylindrical-coordinate representation of color #DA1B7E: hue angle of 328.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1B7E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 27 126 -
CMYK 0 0.88 0.42 0.15
HSL 328.9º 0.78% 0.48% -
HSV(B) 328.9º 0.88% 0.85% -
XYZ 33.07 17.2 21.31 -
YUV 95.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 218 27 126 0 0.88 0.42 0.15 328.9 0.78 0.48
Hex DA 1B 7E 0 58 2A F 149 4E 30
Octal 332 33 176 0 130 52 17 511 116 60
Binary 11011010 11011 1111110 0 1011000 101010 1111 101001001 1001110 110000

Color Harmonies of #DA1B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B7E

Black with #DA1B7E

Text Example


Text Example

White with #DA1B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B7E; }

 p { color: rgb(218,27,126); }

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

background-color css

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

 a { background-color: rgb(218,27,126); }

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

border-color css

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

 span { border-color: rgb(218,27,126); }

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