Html Css Color HEX #D698DC Plum

📋 copy color: '#D698DC'

red 214 ◦ green 152 ◦ blue 220

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

Shades of Plum #D698DC

Tints of Plum #D698DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 36.52%
G = 25.94%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D698DC (or 0xD698DC) is known color: Plum. HEX triplet: D6, 98 and DC. RGB value is (214,152,220). Sum of RGB (Red+Green+Blue) = 214+152+220=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D698DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DC is #296723. Grayscale: #B2B2B2. Windows color (decimal): -2713380 or 14457046. OLE color: 14457046.

HSL color Cylindrical-coordinate representation of color #D698DC: hue angle of 294.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D698DC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 152 220 -
CMYK 0.03 0.31 0 0.14
HSL 294.71º 0.49% 0.73% -
HSV(B) 294.71º 0.31% 0.86% -
XYZ 51.88 41.92 73.07 -
YUV 178.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 214 152 220 0.03 0.31 0 0.14 294.71 0.49 0.73
Hex D6 98 DC 3 1F 0 E 127 31 49
Octal 326 230 334 3 37 0 16 447 61 111
Binary 11010110 10011000 11011100 11 11111 0 1110 100100111 110001 1001001

Color Harmonies of #D698DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698DC

Black with #D698DC

Text Example


Text Example

White with #D698DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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