Html Css Color HEX #D697D1 Plum

📋 copy color: '#D697D1'

red 214 ◦ green 151 ◦ blue 209

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

Shades of Plum #D697D1

Tints of Plum #D697D1

RGB

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

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

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

R = 37.28%
G = 26.31%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D697D1 (or 0xD697D1) is known color: Plum. HEX triplet: D6, 97 and D1. RGB value is (214,151,209). Sum of RGB (Red+Green+Blue) = 214+151+209=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D697D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697D1 is #29682E. Grayscale: #B0B0B0. Windows color (decimal): -2713647 or 13735894. OLE color: 13735894.

HSL color Cylindrical-coordinate representation of color #D697D1: hue angle of 304.76º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697D1 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 209 -
CMYK 0 0.29 0.02 0.16
HSL 304.76º 0.43% 0.72% -
HSV(B) 304.76º 0.29% 0.84% -
XYZ 50.31 41.03 65.59 -
YUV 176.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 214 151 209 0 0.29 0.02 0.16 304.76 0.43 0.72
Hex D6 97 D1 0 1D 2 10 131 2B 48
Octal 326 227 321 0 35 2 20 461 53 110
Binary 11010110 10010111 11010001 0 11101 10 10000 100110001 101011 1001000

Color Harmonies of #D697D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697D1

Black with #D697D1

Text Example


Text Example

White with #D697D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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