Html Css Color HEX #D195D8 Plum

📋 copy color: '#D195D8'

red 209 ◦ green 149 ◦ blue 216

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

Shades of Plum #D195D8

Tints of Plum #D195D8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.96%

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 36.41%
G = 25.96%
B = 37.63%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D195D8 (or 0xD195D8) is known color: Plum. HEX triplet: D1, 95 and D8. RGB value is (209,149,216). Sum of RGB (Red+Green+Blue) = 209+149+216=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #D195D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D195D8 is #2E6A27. Grayscale: #AEAEAE. Windows color (decimal): -3041832 or 14194129. OLE color: 14194129.

HSL color Cylindrical-coordinate representation of color #D195D8: hue angle of 293.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D195D8 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 149 216 -
CMYK 0.03 0.31 0 0.15
HSL 293.73º 0.46% 0.72% -
HSV(B) 293.73º 0.31% 0.85% -
XYZ 49.44 40.01 70.08 -
YUV 174.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 209 149 216 0.03 0.31 0 0.15 293.73 0.46 0.72
Hex D1 95 D8 3 1F 0 F 126 2E 48
Octal 321 225 330 3 37 0 17 446 56 110
Binary 11010001 10010101 11011000 11 11111 0 1111 100100110 101110 1001000

Color Harmonies of #D195D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195D8

Black with #D195D8

Text Example


Text Example

White with #D195D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195D8; }

 p { color: rgb(209,149,216); }

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

background-color css

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

 a { background-color: rgb(209,149,216); }

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

border-color css

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

 span { border-color: rgb(209,149,216); }

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