Html Css Color HEX #D696D3 Plum

📋 copy color: '#D696D3'

red 214 ◦ green 150 ◦ blue 211

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

Shades of Plum #D696D3

Tints of Plum #D696D3

RGB

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

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

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

R = 37.22%
G = 26.09%
B = 36.7%

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

#D696D3 (or 0xD696D3) is known color: Plum. HEX triplet: D6, 96 and D3. RGB value is (214,150,211). Sum of RGB (Red+Green+Blue) = 214+150+211=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D696D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696D3 is #29692C. Grayscale: #AFAFAF. Windows color (decimal): -2713901 or 13866710. OLE color: 13866710.

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

Color convert

RGB 214 150 211 -
CMYK 0 0.30 0.01 0.16
HSL 302.81º 0.44% 0.71% -
HSV(B) 302.81º 0.3% 0.84% -
XYZ 50.4 40.81 66.85 -
YUV 176.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 214 150 211 0 0.30 0.01 0.16 302.81 0.44 0.71
Hex D6 96 D3 0 1E 1 10 12F 2C 47
Octal 326 226 323 0 36 1 20 457 54 107
Binary 11010110 10010110 11010011 0 11110 1 10000 100101111 101100 1000111

Color Harmonies of #D696D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696D3

Black with #D696D3

Text Example


Text Example

White with #D696D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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