Html Css Color HEX #D2148B Medium Violet Red

📋 copy color: '#D2148B'

red 210 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #D2148B

Tints of Medium Violet Red #D2148B

RGB

 RED value IS 210 (82.42% from 255) = 56.91%

 GREEN value IS 20 (8.2% from 255) = 5.42%

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 56.91%
G = 5.42%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2148B (or 0xD2148B) is known color: Medium Violet Red. HEX triplet: D2, 14 and 8B. RGB value is (210,20,139). Sum of RGB (Red+Green+Blue) = 210+20+139=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2148B is #2DEB74. Grayscale: #5A5A5A. Windows color (decimal): -3009397 or 9114834. OLE color: 9114834.

HSL color Cylindrical-coordinate representation of color #D2148B: hue angle of 322.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2148B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 139 -
CMYK 0 0.90 0.34 0.18
HSL 322.42º 0.83% 0.45% -
HSV(B) 322.42º 0.9% 0.82% -
XYZ 31.49 16.07 25.87 -
YUV 90.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 210 20 139 0 0.90 0.34 0.18 322.42 0.83 0.45
Hex D2 14 8B 0 5A 22 12 142 53 2D
Octal 322 24 213 0 132 42 22 502 123 55
Binary 11010010 10100 10001011 0 1011010 100010 10010 101000010 1010011 101101

Color Harmonies of #D2148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2148B

Black with #D2148B

Text Example


Text Example

White with #D2148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2148B; }

 p { color: rgb(210,20,139); }

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

background-color css

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

 a { background-color: rgb(210,20,139); }

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

border-color css

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

 span { border-color: rgb(210,20,139); }

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