Html Css Color HEX #D68DDC Plum

📋 copy color: '#D68DDC'

red 214 ◦ green 141 ◦ blue 220

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

Shades of Plum #D68DDC

Tints of Plum #D68DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.52%

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

R = 37.22%
G = 24.52%
B = 38.26%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D68DDC (or 0xD68DDC) is known color: Plum. HEX triplet: D6, 8D and DC. RGB value is (214,141,220). Sum of RGB (Red+Green+Blue) = 214+141+220=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D68DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DDC is #297223. Grayscale: #ABABAB. Windows color (decimal): -2716196 or 14454230. OLE color: 14454230.

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

Color convert

RGB 214 141 220 -
CMYK 0.03 0.36 0 0.14
HSL 295.44º 0.53% 0.71% -
HSV(B) 295.44º 0.36% 0.86% -
XYZ 50.17 38.51 72.5 -
YUV 171.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 214 141 220 0.03 0.36 0 0.14 295.44 0.53 0.71
Hex D6 8D DC 3 24 0 E 127 35 47
Octal 326 215 334 3 44 0 16 447 65 107
Binary 11010110 10001101 11011100 11 100100 0 1110 100100111 110101 1000111

Color Harmonies of #D68DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DDC

Black with #D68DDC

Text Example


Text Example

White with #D68DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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