Html Css Color HEX #D694D9 Plum

📋 copy color: '#D694D9'

red 214 ◦ green 148 ◦ blue 217

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

Shades of Plum #D694D9

Tints of Plum #D694D9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.56%

 BLUE value IS 217 (85.16% from 255) = 37.48%

R = 36.96%
G = 25.56%
B = 37.48%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D694D9 (or 0xD694D9) is known color: Plum. HEX triplet: D6, 94 and D9. RGB value is (214,148,217). Sum of RGB (Red+Green+Blue) = 214+148+217=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #D694D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694D9 is #296B26. Grayscale: #AFAFAF. Windows color (decimal): -2714407 or 14259414. OLE color: 14259414.

HSL color Cylindrical-coordinate representation of color #D694D9: hue angle of 297.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D694D9 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 148 217 -
CMYK 0.01 0.32 0 0.15
HSL 297.39º 0.48% 0.72% -
HSV(B) 297.39º 0.32% 0.85% -
XYZ 50.85 40.49 70.78 -
YUV 175.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 214 148 217 0.01 0.32 0 0.15 297.39 0.48 0.72
Hex D6 94 D9 1 20 0 F 129 30 48
Octal 326 224 331 1 40 0 17 451 60 110
Binary 11010110 10010100 11011001 1 100000 0 1111 100101001 110000 1001000

Color Harmonies of #D694D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694D9

Black with #D694D9

Text Example


Text Example

White with #D694D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694D9; }

 p { color: rgb(214,148,217); }

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

background-color css

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

 a { background-color: rgb(214,148,217); }

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

border-color css

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

 span { border-color: rgb(214,148,217); }

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