Html Css Color HEX #D697D2 Plum

📋 copy color: '#D697D2'

red 214 ◦ green 151 ◦ blue 210

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

Shades of Plum #D697D2

Tints of Plum #D697D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 37.22%
G = 26.26%
B = 36.52%

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

#D697D2 (or 0xD697D2) is known color: Plum. HEX triplet: D6, 97 and D2. RGB value is (214,151,210). Sum of RGB (Red+Green+Blue) = 214+151+210=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D697D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697D2 is #29682D. Grayscale: #B0B0B0. Windows color (decimal): -2713646 or 13801430. OLE color: 13801430.

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

Color convert

RGB 214 151 210 -
CMYK 0 0.29 0.02 0.16
HSL 303.81º 0.43% 0.72% -
HSV(B) 303.81º 0.29% 0.84% -
XYZ 50.43 41.08 66.24 -
YUV 176.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 214 151 210 0 0.29 0.02 0.16 303.81 0.43 0.72
Hex D6 97 D2 0 1D 2 10 130 2B 48
Octal 326 227 322 0 35 2 20 460 53 110
Binary 11010110 10010111 11010010 0 11101 10 10000 100110000 101011 1001000

Color Harmonies of #D697D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697D2

Black with #D697D2

Text Example


Text Example

White with #D697D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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