Html Css Color HEX #D697E1 Plum

📋 copy color: '#D697E1'

red 214 ◦ green 151 ◦ blue 225

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

Shades of Plum #D697E1

Tints of Plum #D697E1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.59%

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

R = 36.27%
G = 25.59%
B = 38.14%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D697E1 (or 0xD697E1) is known color: Plum. HEX triplet: D6, 97 and E1. RGB value is (214,151,225). Sum of RGB (Red+Green+Blue) = 214+151+225=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #D697E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697E1 is #29681E. Grayscale: #B2B2B2. Windows color (decimal): -2713631 or 14784470. OLE color: 14784470.

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

Color convert

RGB 214 151 225 -
CMYK 0.05 0.33 0 0.12
HSL 291.08º 0.55% 0.74% -
HSV(B) 291.08º 0.33% 0.88% -
XYZ 52.39 41.87 76.55 -
YUV 178.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 214 151 225 0.05 0.33 0 0.12 291.08 0.55 0.74
Hex D6 97 E1 5 21 0 C 123 37 4A
Octal 326 227 341 5 41 0 14 443 67 112
Binary 11010110 10010111 11100001 101 100001 0 1100 100100011 110111 1001010

Color Harmonies of #D697E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697E1

Black with #D697E1

Text Example


Text Example

White with #D697E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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