Html Css Color HEX #D68AE5 Plum

📋 copy color: '#D68AE5'

red 214 ◦ green 138 ◦ blue 229

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

Shades of Plum #D68AE5

Tints of Plum #D68AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.41%

R = 36.83%
G = 23.75%
B = 39.41%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D68AE5 (or 0xD68AE5) is known color: Plum. HEX triplet: D6, 8A and E5. RGB value is (214,138,229). Sum of RGB (Red+Green+Blue) = 214+138+229=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #D68AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68AE5 is #29751A. Grayscale: #AAAAAA. Windows color (decimal): -2716955 or 15043286. OLE color: 15043286.

HSL color Cylindrical-coordinate representation of color #D68AE5: hue angle of 290.11º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68AE5 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 138 229 -
CMYK 0.07 0.40 0 0.10
HSL 290.11º 0.64% 0.72% -
HSV(B) 290.11º 0.4% 0.9% -
XYZ 50.96 38.13 78.8 -
YUV 171.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 214 138 229 0.07 0.40 0 0.10 290.11 0.64 0.72
Hex D6 8A E5 7 28 0 A 122 40 48
Octal 326 212 345 7 50 0 12 442 100 110
Binary 11010110 10001010 11100101 111 101000 0 1010 100100010 1000000 1001000

Color Harmonies of #D68AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AE5

Black with #D68AE5

Text Example


Text Example

White with #D68AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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