Html Css Color HEX #D696D2 Plum

📋 copy color: '#D696D2'

red 214 ◦ green 150 ◦ blue 210

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

Shades of Plum #D696D2

Tints of Plum #D696D2

RGB

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

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

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

R = 37.28%
G = 26.13%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D696D2 (or 0xD696D2) is known color: Plum. HEX triplet: D6, 96 and D2. RGB value is (214,150,210). Sum of RGB (Red+Green+Blue) = 214+150+210=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 214 - color contains mainly: red. Hex color #D696D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D696D2 is #29692D. Grayscale: #AFAFAF. Windows color (decimal): -2713902 or 13801174. OLE color: 13801174.

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

Color convert

RGB 214 150 210 -
CMYK 0 0.30 0.02 0.16
HSL 303.75º 0.44% 0.71% -
HSV(B) 303.75º 0.3% 0.84% -
XYZ 50.27 40.76 66.19 -
YUV 175.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 214 150 210 0 0.30 0.02 0.16 303.75 0.44 0.71
Hex D6 96 D2 0 1E 2 10 130 2C 47
Octal 326 226 322 0 36 2 20 460 54 107
Binary 11010110 10010110 11010010 0 11110 10 10000 100110000 101100 1000111

Color Harmonies of #D696D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696D2

Black with #D696D2

Text Example


Text Example

White with #D696D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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