Html Css Color HEX #D01892 Medium Violet Red

📋 copy color: '#D01892'

red 208 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #D01892

Tints of Medium Violet Red #D01892

RGB

 RED value IS 208 (81.64% from 255) = 55.03%

 GREEN value IS 24 (9.77% from 255) = 6.35%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 55.03%
G = 6.35%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01892 (or 0xD01892) is known color: Medium Violet Red. HEX triplet: D0, 18 and 92. RGB value is (208,24,146). Sum of RGB (Red+Green+Blue) = 208+24+146=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01892 is #2FE76D. Grayscale: #5C5C5C. Windows color (decimal): -3139438 or 9574608. OLE color: 9574608.

HSL color Cylindrical-coordinate representation of color #D01892: hue angle of 320.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01892 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 24 146 -
CMYK 0 0.88 0.30 0.18
HSL 320.22º 0.79% 0.45% -
HSV(B) 320.22º 0.88% 0.82% -
XYZ 31.53 16.14 28.65 -
YUV 92.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 208 24 146 0 0.88 0.30 0.18 320.22 0.79 0.45
Hex D0 18 92 0 58 1E 12 140 4F 2D
Octal 320 30 222 0 130 36 22 500 117 55
Binary 11010000 11000 10010010 0 1011000 11110 10010 101000000 1001111 101101

Color Harmonies of #D01892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01892

Black with #D01892

Text Example


Text Example

White with #D01892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01892; }

 p { color: rgb(208,24,146); }

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

background-color css

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

 a { background-color: rgb(208,24,146); }

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

border-color css

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

 span { border-color: rgb(208,24,146); }

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