Html Css Color HEX #D68FE3 Plum

📋 copy color: '#D68FE3'

red 214 ◦ green 143 ◦ blue 227

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

Shades of Plum #D68FE3

Tints of Plum #D68FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.87%

R = 36.64%
G = 24.49%
B = 38.87%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D68FE3 (or 0xD68FE3) is known color: Plum. HEX triplet: D6, 8F and E3. RGB value is (214,143,227). Sum of RGB (Red+Green+Blue) = 214+143+227=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #D68FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68FE3 is #29701C. Grayscale: #ADADAD. Windows color (decimal): -2715677 or 14913494. OLE color: 14913494.

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

Color convert

RGB 214 143 227 -
CMYK 0.06 0.37 0 0.11
HSL 290.71º 0.6% 0.73% -
HSV(B) 290.71º 0.37% 0.89% -
XYZ 51.42 39.49 77.58 -
YUV 173.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 214 143 227 0.06 0.37 0 0.11 290.71 0.6 0.73
Hex D6 8F E3 6 25 0 B 123 3C 49
Octal 326 217 343 6 45 0 13 443 74 111
Binary 11010110 10001111 11100011 110 100101 0 1011 100100011 111100 1001001

Color Harmonies of #D68FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68FE3

Black with #D68FE3

Text Example


Text Example

White with #D68FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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