Html Css Color HEX #D697E2 Plum

📋 copy color: '#D697E2'

red 214 ◦ green 151 ◦ blue 226

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

Shades of Plum #D697E2

Tints of Plum #D697E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.24%

R = 36.21%
G = 25.55%
B = 38.24%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D697E2 (or 0xD697E2) is known color: Plum. HEX triplet: D6, 97 and E2. RGB value is (214,151,226). Sum of RGB (Red+Green+Blue) = 214+151+226=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #D697E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697E2 is #29681D. Grayscale: #B2B2B2. Windows color (decimal): -2713630 or 14850006. OLE color: 14850006.

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

Color convert

RGB 214 151 226 -
CMYK 0.05 0.33 0 0.11
HSL 290.4º 0.56% 0.74% -
HSV(B) 290.4º 0.33% 0.89% -
XYZ 52.53 41.92 77.27 -
YUV 178.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 214 151 226 0.05 0.33 0 0.11 290.4 0.56 0.74
Hex D6 97 E2 5 21 0 B 122 38 4A
Octal 326 227 342 5 41 0 13 442 70 112
Binary 11010110 10010111 11100010 101 100001 0 1011 100100010 111000 1001010

Color Harmonies of #D697E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697E2

Black with #D697E2

Text Example


Text Example

White with #D697E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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