Html Css Color HEX #D697D3 Plum

📋 copy color: '#D697D3'

red 214 ◦ green 151 ◦ blue 211

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

Shades of Plum #D697D3

Tints of Plum #D697D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 37.15%
G = 26.22%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D697D3 (or 0xD697D3) is known color: Plum. HEX triplet: D6, 97 and D3. RGB value is (214,151,211). Sum of RGB (Red+Green+Blue) = 214+151+211=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D697D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697D3 is #29682C. Grayscale: #B0B0B0. Windows color (decimal): -2713645 or 13866966. OLE color: 13866966.

HSL color Cylindrical-coordinate representation of color #D697D3: hue angle of 302.86º 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 #D697D3 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 211 -
CMYK 0 0.29 0.01 0.16
HSL 302.86º 0.43% 0.72% -
HSV(B) 302.86º 0.29% 0.84% -
XYZ 50.56 41.13 66.9 -
YUV 176.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 214 151 211 0 0.29 0.01 0.16 302.86 0.43 0.72
Hex D6 97 D3 0 1D 1 10 12F 2B 48
Octal 326 227 323 0 35 1 20 457 53 110
Binary 11010110 10010111 11010011 0 11101 1 10000 100101111 101011 1001000

Color Harmonies of #D697D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697D3

Black with #D697D3

Text Example


Text Example

White with #D697D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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