Html Css Color HEX #D68DE1 Plum

📋 copy color: '#D68DE1'

red 214 ◦ green 141 ◦ blue 225

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

Shades of Plum #D68DE1

Tints of Plum #D68DE1

RGB

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

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

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

R = 36.9%
G = 24.31%
B = 38.79%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D68DE1 (or 0xD68DE1) is known color: Plum. HEX triplet: D6, 8D and E1. RGB value is (214,141,225). Sum of RGB (Red+Green+Blue) = 214+141+225=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #D68DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68DE1 is #29721E. Grayscale: #ACACAC. Windows color (decimal): -2716191 or 14781910. OLE color: 14781910.

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

Color convert

RGB 214 141 225 -
CMYK 0.05 0.37 0 0.12
HSL 292.14º 0.58% 0.72% -
HSV(B) 292.14º 0.37% 0.88% -
XYZ 50.85 38.78 76.04 -
YUV 172.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 214 141 225 0.05 0.37 0 0.12 292.14 0.58 0.72
Hex D6 8D E1 5 25 0 C 124 3A 48
Octal 326 215 341 5 45 0 14 444 72 110
Binary 11010110 10001101 11100001 101 100101 0 1100 100100100 111010 1001000

Color Harmonies of #D68DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68DE1

Black with #D68DE1

Text Example


Text Example

White with #D68DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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