Html Css Color HEX #D68FE0 Plum

📋 copy color: '#D68FE0'

red 214 ◦ green 143 ◦ blue 224

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

Shades of Plum #D68FE0

Tints of Plum #D68FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 36.83%
G = 24.61%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D68FE0 (or 0xD68FE0) is known color: Plum. HEX triplet: D6, 8F and E0. RGB value is (214,143,224). Sum of RGB (Red+Green+Blue) = 214+143+224=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D68FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FE0 is #29701F. Grayscale: #ADADAD. Windows color (decimal): -2715680 or 14716886. OLE color: 14716886.

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

Color convert

RGB 214 143 224 -
CMYK 0.04 0.36 0 0.12
HSL 292.59º 0.57% 0.72% -
HSV(B) 292.59º 0.36% 0.88% -
XYZ 51.01 39.32 75.42 -
YUV 173.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 214 143 224 0.04 0.36 0 0.12 292.59 0.57 0.72
Hex D6 8F E0 4 24 0 C 125 39 48
Octal 326 217 340 4 44 0 14 445 71 110
Binary 11010110 10001111 11100000 100 100100 0 1100 100100101 111001 1001000

Color Harmonies of #D68FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FE0

Black with #D68FE0

Text Example


Text Example

White with #D68FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FE0; }

 p { color: rgb(214,143,224); }

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

background-color css

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

 a { background-color: rgb(214,143,224); }

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

border-color css

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

 span { border-color: rgb(214,143,224); }

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