Html Css Color HEX #D698DD Plum

📋 copy color: '#D698DD'

red 214 ◦ green 152 ◦ blue 221

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

Shades of Plum #D698DD

Tints of Plum #D698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 36.46%
G = 25.89%
B = 37.65%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D698DD (or 0xD698DD) is known color: Plum. HEX triplet: D6, 98 and DD. RGB value is (214,152,221). Sum of RGB (Red+Green+Blue) = 214+152+221=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D698DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698DD is #296722. Grayscale: #B2B2B2. Windows color (decimal): -2713379 or 14522582. OLE color: 14522582.

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

Color convert

RGB 214 152 221 -
CMYK 0.03 0.31 0 0.13
HSL 293.91º 0.5% 0.73% -
HSV(B) 293.91º 0.31% 0.87% -
XYZ 52.01 41.97 73.77 -
YUV 178.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 214 152 221 0.03 0.31 0 0.13 293.91 0.5 0.73
Hex D6 98 DD 3 1F 0 D 126 32 49
Octal 326 230 335 3 37 0 15 446 62 111
Binary 11010110 10011000 11011101 11 11111 0 1101 100100110 110010 1001001

Color Harmonies of #D698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698DD

Black with #D698DD

Text Example


Text Example

White with #D698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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