Html Css Color HEX #DA1B7D Medium Violet Red

📋 copy color: '#DA1B7D'

red 218 ◦ green 27 ◦ blue 125

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

Shades of Medium Violet Red #DA1B7D

Tints of Medium Violet Red #DA1B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 58.92%
G = 7.3%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA1B7D (or 0xDA1B7D) is known color: Medium Violet Red. HEX triplet: DA, 1B and 7D. RGB value is (218,27,125). Sum of RGB (Red+Green+Blue) = 218+27+125=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1B7D is #25E482. Grayscale: #5F5F5F. Windows color (decimal): -2483331 or 8199130. OLE color: 8199130.

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

Color convert

RGB 218 27 125 -
CMYK 0 0.88 0.43 0.15
HSL 329.21º 0.78% 0.48% -
HSV(B) 329.21º 0.88% 0.85% -
XYZ 33.01 17.17 20.98 -
YUV 95.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 218 27 125 0 0.88 0.43 0.15 329.21 0.78 0.48
Hex DA 1B 7D 0 58 2B F 149 4E 30
Octal 332 33 175 0 130 53 17 511 116 60
Binary 11011010 11011 1111101 0 1011000 101011 1111 101001001 1001110 110000

Color Harmonies of #DA1B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1B7D

Black with #DA1B7D

Text Example


Text Example

White with #DA1B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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