Html Css Color HEX #D698E1 Plum

📋 copy color: '#D698E1'

red 214 ◦ green 152 ◦ blue 225

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

Shades of Plum #D698E1

Tints of Plum #D698E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 36.21%
G = 25.72%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D698E1 (or 0xD698E1) is known color: Plum. HEX triplet: D6, 98 and E1. RGB value is (214,152,225). Sum of RGB (Red+Green+Blue) = 214+152+225=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #D698E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698E1 is #29671E. Grayscale: #B2B2B2. Windows color (decimal): -2713375 or 14784726. OLE color: 14784726.

HSL color Cylindrical-coordinate representation of color #D698E1: hue angle of 290.96º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D698E1 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 152 225 -
CMYK 0.05 0.32 0 0.12
HSL 290.96º 0.55% 0.74% -
HSV(B) 290.96º 0.32% 0.88% -
XYZ 52.55 42.19 76.61 -
YUV 178.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 214 152 225 0.05 0.32 0 0.12 290.96 0.55 0.74
Hex D6 98 E1 5 20 0 C 123 37 4A
Octal 326 230 341 5 40 0 14 443 67 112
Binary 11010110 10011000 11100001 101 100000 0 1100 100100011 110111 1001010

Color Harmonies of #D698E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698E1

Black with #D698E1

Text Example


Text Example

White with #D698E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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