Html Css Color HEX #D695E1 Plum

📋 copy color: '#D695E1'

red 214 ◦ green 149 ◦ blue 225

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

Shades of Plum #D695E1

Tints of Plum #D695E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.27%

R = 36.39%
G = 25.34%
B = 38.27%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D695E1 (or 0xD695E1) is known color: Plum. HEX triplet: D6, 95 and E1. RGB value is (214,149,225). Sum of RGB (Red+Green+Blue) = 214+149+225=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #D695E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695E1 is #296A1E. Grayscale: #B0B0B0. Windows color (decimal): -2714143 or 14783958. OLE color: 14783958.

HSL color Cylindrical-coordinate representation of color #D695E1: hue angle of 291.32º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D695E1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 149 225 -
CMYK 0.05 0.34 0 0.12
HSL 291.32º 0.56% 0.73% -
HSV(B) 291.32º 0.34% 0.88% -
XYZ 52.07 41.23 76.45 -
YUV 177.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 214 149 225 0.05 0.34 0 0.12 291.32 0.56 0.73
Hex D6 95 E1 5 22 0 C 123 38 49
Octal 326 225 341 5 42 0 14 443 70 111
Binary 11010110 10010101 11100001 101 100010 0 1100 100100011 111000 1001001

Color Harmonies of #D695E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695E1

Black with #D695E1

Text Example


Text Example

White with #D695E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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