Html Css Color HEX #D698D6 Plum

📋 copy color: '#D698D6'

red 214 ◦ green 152 ◦ blue 214

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

Shades of Plum #D698D6

Tints of Plum #D698D6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.21%

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 36.9%
G = 26.21%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D698D6 (or 0xD698D6) is known color: Plum. HEX triplet: D6, 98 and D6. RGB value is (214,152,214). Sum of RGB (Red+Green+Blue) = 214+152+214=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D698D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698D6 is #296729. Grayscale: #B1B1B1. Windows color (decimal): -2713386 or 14063830. OLE color: 14063830.

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

Color convert

RGB 214 152 214 -
CMYK 0 0.29 0 0.16
HSL 300º 0.43% 0.72% -
HSV(B) 300º 0.29% 0.84% -
XYZ 51.1 41.61 68.96 -
YUV 177.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 214 152 214 0 0.29 0 0.16 300 0.43 0.72
Hex D6 98 D6 0 1D 0 10 12C 2B 48
Octal 326 230 326 0 35 0 20 454 53 110
Binary 11010110 10011000 11010110 0 11101 0 10000 100101100 101011 1001000

Color Harmonies of #D698D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698D6

Black with #D698D6

Text Example


Text Example

White with #D698D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698D6; }

 p { color: rgb(214,152,214); }

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

background-color css

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

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

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

border-color css

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

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

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