Html Css Color HEX #D698DF Plum

📋 copy color: '#D698DF'

red 214 ◦ green 152 ◦ blue 223

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

Shades of Plum #D698DF

Tints of Plum #D698DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 36.33%
G = 25.81%
B = 37.86%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D698DF (or 0xD698DF) is known color: Plum. HEX triplet: D6, 98 and DF. RGB value is (214,152,223). Sum of RGB (Red+Green+Blue) = 214+152+223=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D698DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DF is #296720. Grayscale: #B2B2B2. Windows color (decimal): -2713377 or 14653654. OLE color: 14653654.

HSL color Cylindrical-coordinate representation of color #D698DF: hue angle of 292.39º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D698DF is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 152 223 -
CMYK 0.04 0.32 0 0.13
HSL 292.39º 0.53% 0.74% -
HSV(B) 292.39º 0.32% 0.87% -
XYZ 52.28 42.08 75.18 -
YUV 178.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 214 152 223 0.04 0.32 0 0.13 292.39 0.53 0.74
Hex D6 98 DF 4 20 0 D 124 35 4A
Octal 326 230 337 4 40 0 15 444 65 112
Binary 11010110 10011000 11011111 100 100000 0 1101 100100100 110101 1001010

Color Harmonies of #D698DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698DF

Black with #D698DF

Text Example


Text Example

White with #D698DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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