Html Css Color HEX #D68EE4 Plum

📋 copy color: '#D68EE4'

red 214 ◦ green 142 ◦ blue 228

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

Shades of Plum #D68EE4

Tints of Plum #D68EE4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.32%

 BLUE value IS 228 (89.45% from 255) = 39.04%

R = 36.64%
G = 24.32%
B = 39.04%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D68EE4 (or 0xD68EE4) is known color: Plum. HEX triplet: D6, 8E and E4. RGB value is (214,142,228). Sum of RGB (Red+Green+Blue) = 214+142+228=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #D68EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EE4 is #29711B. Grayscale: #ADADAD. Windows color (decimal): -2715932 or 14978774. OLE color: 14978774.

HSL color Cylindrical-coordinate representation of color #D68EE4: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68EE4 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 142 228 -
CMYK 0.06 0.38 0 0.11
HSL 290.23º 0.61% 0.73% -
HSV(B) 290.23º 0.38% 0.89% -
XYZ 51.41 39.24 78.26 -
YUV 173.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 214 142 228 0.06 0.38 0 0.11 290.23 0.61 0.73
Hex D6 8E E4 6 26 0 B 122 3D 49
Octal 326 216 344 6 46 0 13 442 75 111
Binary 11010110 10001110 11100100 110 100110 0 1011 100100010 111101 1001001

Color Harmonies of #D68EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68EE4

Black with #D68EE4

Text Example


Text Example

White with #D68EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68EE4; }

 p { color: rgb(214,142,228); }

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

background-color css

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

 a { background-color: rgb(214,142,228); }

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

border-color css

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

 span { border-color: rgb(214,142,228); }

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