Html Css Color HEX #D69CE1 Plum

📋 copy color: '#D69CE1'

red 214 ◦ green 156 ◦ blue 225

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

Shades of Plum #D69CE1

Tints of Plum #D69CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.22%

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

R = 35.97%
G = 26.22%
B = 37.82%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D69CE1 (or 0xD69CE1) is known color: Plum. HEX triplet: D6, 9C and E1. RGB value is (214,156,225). Sum of RGB (Red+Green+Blue) = 214+156+225=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #D69CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CE1 is #29631E. Grayscale: #B4B4B4. Windows color (decimal): -2712351 or 14785750. OLE color: 14785750.

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

Color convert

RGB 214 156 225 -
CMYK 0.05 0.31 0 0.12
HSL 290.43º 0.53% 0.75% -
HSV(B) 290.43º 0.31% 0.88% -
XYZ 53.21 43.51 76.83 -
YUV 181.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 214 156 225 0.05 0.31 0 0.12 290.43 0.53 0.75
Hex D6 9C E1 5 1F 0 C 122 35 4B
Octal 326 234 341 5 37 0 14 442 65 113
Binary 11010110 10011100 11100001 101 11111 0 1100 100100010 110101 1001011

Color Harmonies of #D69CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CE1

Black with #D69CE1

Text Example


Text Example

White with #D69CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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