Html Css Color HEX #D68AE1 Plum

📋 copy color: '#D68AE1'

red 214 ◦ green 138 ◦ blue 225

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

Shades of Plum #D68AE1

Tints of Plum #D68AE1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.92%

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

R = 37.09%
G = 23.92%
B = 38.99%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D68AE1 (or 0xD68AE1) is known color: Plum. HEX triplet: D6, 8A and E1. RGB value is (214,138,225). Sum of RGB (Red+Green+Blue) = 214+138+225=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #D68AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AE1 is #29751E. Grayscale: #AAAAAA. Windows color (decimal): -2716959 or 14781142. OLE color: 14781142.

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

Color convert

RGB 214 138 225 -
CMYK 0.05 0.39 0 0.12
HSL 292.41º 0.59% 0.71% -
HSV(B) 292.41º 0.39% 0.88% -
XYZ 50.41 37.91 75.89 -
YUV 170.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 214 138 225 0.05 0.39 0 0.12 292.41 0.59 0.71
Hex D6 8A E1 5 27 0 C 124 3B 47
Octal 326 212 341 5 47 0 14 444 73 107
Binary 11010110 10001010 11100001 101 100111 0 1100 100100100 111011 1000111

Color Harmonies of #D68AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AE1

Black with #D68AE1

Text Example


Text Example

White with #D68AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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