Html Css Color HEX #D695D1 Plum

📋 copy color: '#D695D1'

red 214 ◦ green 149 ◦ blue 209

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

Shades of Plum #D695D1

Tints of Plum #D695D1

RGB

 RED value IS 214 (83.98% from 255) = 37.41%

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

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 37.41%
G = 26.05%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D695D1 (or 0xD695D1) is known color: Plum. HEX triplet: D6, 95 and D1. RGB value is (214,149,209). Sum of RGB (Red+Green+Blue) = 214+149+209=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D695D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695D1 is #296A2E. Grayscale: #AFAFAF. Windows color (decimal): -2714159 or 13735382. OLE color: 13735382.

HSL color Cylindrical-coordinate representation of color #D695D1: hue angle of 304.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695D1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 209 -
CMYK 0 0.30 0.02 0.16
HSL 304.62º 0.44% 0.71% -
HSV(B) 304.62º 0.3% 0.84% -
XYZ 49.99 40.39 65.48 -
YUV 175.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 214 149 209 0 0.30 0.02 0.16 304.62 0.44 0.71
Hex D6 95 D1 0 1E 2 10 131 2C 47
Octal 326 225 321 0 36 2 20 461 54 107
Binary 11010110 10010101 11010001 0 11110 10 10000 100110001 101100 1000111

Color Harmonies of #D695D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695D1

Black with #D695D1

Text Example


Text Example

White with #D695D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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