Html Css Color HEX #D68DDA Plum

📋 copy color: '#D68DDA'

red 214 ◦ green 141 ◦ blue 218

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

Shades of Plum #D68DDA

Tints of Plum #D68DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 37.35%
G = 24.61%
B = 38.05%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D68DDA (or 0xD68DDA) is known color: Plum. HEX triplet: D6, 8D and DA. RGB value is (214,141,218). Sum of RGB (Red+Green+Blue) = 214+141+218=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D68DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DDA is #297225. Grayscale: #ABABAB. Windows color (decimal): -2716198 or 14323158. OLE color: 14323158.

HSL color Cylindrical-coordinate representation of color #D68DDA: hue angle of 296.88º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68DDA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 141 218 -
CMYK 0.02 0.35 0 0.15
HSL 296.88º 0.51% 0.7% -
HSV(B) 296.88º 0.35% 0.85% -
XYZ 49.91 38.41 71.11 -
YUV 171.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 214 141 218 0.02 0.35 0 0.15 296.88 0.51 0.7
Hex D6 8D DA 2 23 0 F 129 33 46
Octal 326 215 332 2 43 0 17 451 63 106
Binary 11010110 10001101 11011010 10 100011 0 1111 100101001 110011 1000110

Color Harmonies of #D68DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DDA

Black with #D68DDA

Text Example


Text Example

White with #D68DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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