Html Css Color HEX #D192DA Plum

📋 copy color: '#D192DA'

red 209 ◦ green 146 ◦ blue 218

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

Shades of Plum #D192DA

Tints of Plum #D192DA

RGB

 RED value IS 209 (82.03% from 255) = 36.47%

 GREEN value IS 146 (57.42% from 255) = 25.48%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 36.47%
G = 25.48%
B = 38.05%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D192DA (or 0xD192DA) is known color: Plum. HEX triplet: D1, 92 and DA. RGB value is (209,146,218). Sum of RGB (Red+Green+Blue) = 209+146+218=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D192DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DA is #2E6D25. Grayscale: #ACACAC. Windows color (decimal): -3042598 or 14324433. OLE color: 14324433.

HSL color Cylindrical-coordinate representation of color #D192DA: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D192DA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 146 218 -
CMYK 0.04 0.33 0 0.15
HSL 292.5º 0.49% 0.71% -
HSV(B) 292.5º 0.33% 0.85% -
XYZ 49.23 39.18 71.3 -
YUV 173.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 209 146 218 0.04 0.33 0 0.15 292.5 0.49 0.71
Hex D1 92 DA 4 21 0 F 124 31 47
Octal 321 222 332 4 41 0 17 444 61 107
Binary 11010001 10010010 11011010 100 100001 0 1111 100100100 110001 1000111

Color Harmonies of #D192DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192DA

Black with #D192DA

Text Example


Text Example

White with #D192DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192DA; }

 p { color: rgb(209,146,218); }

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

background-color css

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

 a { background-color: rgb(209,146,218); }

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

border-color css

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

 span { border-color: rgb(209,146,218); }

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