Html Css Color HEX #D696D4 Plum

📋 copy color: '#D696D4'

red 214 ◦ green 150 ◦ blue 212

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

Shades of Plum #D696D4

Tints of Plum #D696D4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.04%

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 37.15%
G = 26.04%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D696D4 (or 0xD696D4) is known color: Plum. HEX triplet: D6, 96 and D4. RGB value is (214,150,212). Sum of RGB (Red+Green+Blue) = 214+150+212=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D696D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696D4 is #29692B. Grayscale: #B0B0B0. Windows color (decimal): -2713900 or 13932246. OLE color: 13932246.

HSL color Cylindrical-coordinate representation of color #D696D4: hue angle of 301.88º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696D4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 212 -
CMYK 0 0.30 0.01 0.16
HSL 301.88º 0.44% 0.71% -
HSV(B) 301.88º 0.3% 0.84% -
XYZ 50.52 40.86 67.51 -
YUV 176.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 214 150 212 0 0.30 0.01 0.16 301.88 0.44 0.71
Hex D6 96 D4 0 1E 1 10 12E 2C 47
Octal 326 226 324 0 36 1 20 456 54 107
Binary 11010110 10010110 11010100 0 11110 1 10000 100101110 101100 1000111

Color Harmonies of #D696D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696D4

Black with #D696D4

Text Example


Text Example

White with #D696D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696D4; }

 p { color: rgb(214,150,212); }

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

background-color css

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

 a { background-color: rgb(214,150,212); }

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

border-color css

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

 span { border-color: rgb(214,150,212); }

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